/* CSS definition file containing site wide stylesheets */

A:link {
	font-size: 10pt;
 	color: rgb(0,128,0);
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: underline
}

UL {
	font-size: 10pt
}

A:visited {
	font-size: 10pt;
 	color: rgb(0,128,0);
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: underline
}

H1 {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	font-size: 16pt;
 	color: rgb(51,51,51)
}

H2 {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	font-size: 14pt;
 	color: rgb(51,51,51)
}

LI {
	font-family: Calibri,  sans-serif;
 	font-size: 10pt
}

OL {
	font-size: 10pt
}

A {
	font-size: 10pt;
 	color: rgb(0,128,0);
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: underline
}

A:hover {
	font-size: 10pt;
 	color: rgb(255,255,255);
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: none ;
 	background-color: rgb(76,165,130)
}