/* CSS definition file containing site wide stylesheets */

A:active {
	font-size: x-small;
 	color: rgb(153,0,0)
}

A:link {
	font-size: x-small;
 	color: rgb(153,0,0)
}

P {
	font-family: Tahoma, Verdana, Arial, Helvetica, Sans-serif;
 	font-size: x-small;
 	color: rgb(0,47,0);
 	font-weight: normal;
 	font-style: normal
}

LI {
	font-family: Tahoma, Verdana, Arial, Helvetica, Sans-serif;
 	font-size: x-small;
 	color: rgb(0,51,0);
 	font-weight: normal;
 	font-style: normal
}

A {
	font-size: x-small;
 	color: rgb(153,0,0)
}

A:hover {
	font-size: x-small;
 	color: rgb(0,60,0)
}