/* main link colours */
a:link {
	color : #0000FF;
	background-color : transparent;
	text-decoration : none;
}

a:visited{
	background-color : transparent;
	text-decoration : none;
}

a:hover {
	color : #FF0000;
	background-color : transparent;
	text-decoration : underline;
}

a:active {
	color : #FF0000;
	background-color : transparent;
	text-decoration : none;
}

/* heading and text styles*/
h1 {
	color : blue;
	background-color : transparent;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 24px;
	text-align : center;
}

h2 {
	color : red;
	background-color : transparent;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-size : 20px;
}

h3 {
	color : green;
	background-color : transparent;
	font-style : normal;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 16px;
}

p {
	color : #000000;
	background-color : transparent;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 14px;
	line-height : 135%;
}

p.footer{
	color : #ffffff
	background-color : transparent;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-size : 12px;
	font-style: italic
}
	
p.links{
	color : #ffffff
	background-color : transparent;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 16px;
	font-style: normal
}

