/*BODY CLASS - The background is a single slice*/
html,body {
	margin:0;
	padding:0;
	color:#C2E24B;
	background-color: #FFFFFF;
	background-image: none;
	background-repeat: no-repeat;
}
/*H1 tag - Standard Tag, given in ems to scale.*/
h1
{
	margin: 0px 0px 15px 0px;
	color: #333333;
	letter-spacing: 1px;
	font-family: georgia, sans-serif;
	font-size: 1.2em;
	font-style: italic;
	font-weight: normal;
	font-variant: normal;
	text-align: center;

}

/*H2 tag - Half the size of the H1 tag, and in a different font family.*/
h2
{
	padding: 0px;
	text-align: center;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1em;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
h3
{
	color: #FFFFFF;
}
/*P tag - the main paragraph font is georgia, with various back-ups. A slight right margin*/
p
{
	margin:0px 0px 20px 0px;
	padding: 0px;
	font-family:"Trebuchet MS", Georgia, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #333333;
}
/* This controls the link colours - links are underlined only on hover*/
a:link {
	color: #0000CC;
}
a:hover {
	color:#00FF00;
	text-decoration: underline;
}
a:visited {
	color: #6A6AFF;
	text-decoration: underline;
}

.newsitem {
	width: 350px;
	padding-left: 10px;
	padding-top: 10px;
	}
