/* CSS definition file containing site wide stylesheets */

A:active {
	font-family: "Bookman Old Style",  serif;
 	color: rgb(204,0,51)
}

A:link {
	color: rgb(255,153,102)
}

UL {
	font-family: "Bookman Old Style",  serif;
 	font-size: x-large;
 	color: rgb(170,0,85);
 	font-weight: bold
}

A:visited {
	color: rgb(153,204,204)
}

P {
	font-size: large;
 	color: rgb(204,0,51)
}

LI {
	font-size: large;
 	color: rgb(204,0,51);
 	font-weight: bold
}

A {
	font-family: "Bookman Old Style",  serif;
 	color: rgb(204,51,0);
 	font-weight: bold;
 	text-decoration: underline
}

A:hover {
	color: rgb(255,204,102)
}
