/* CSS definition file containing site wide stylesheets */

A {
	font-size: 10pt;
 	color: rgb(153,102,0);
 	font-weight: bold
}

A:hover {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	font-size: 10pt;
 	color: rgb(0,102,0);
 	font-weight: bold
}

A:active {
	font-size: 10pt;
 	color: rgb(153,102,0);
 	font-weight: normal;
 	font-style: normal
}

A:visited {
	font-size: 10pt;
 	color: rgb(153,102,0)
}

A:link {
	font-size: 10pt;
 	color: rgb(153,102,0);
 	font-weight: normal;
 	font-style: normal
}