/* CSS definition file containing site wide stylesheets */

BODY {
	font-family: Arial,  Helvetica,  Geneva,  Sans-serif;
 	font-size: xx-small;
 	font-weight: bold
}

A:active {
	color: rgb(0,0,204)
}

A:link {
	color: rgb(0,0,255)
}

A:visited {
	color: rgb(102,102,153)
}

H1 {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif
}

P {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	font-size: small
}

A {
	color: rgb(0,0,0)
}

PRE {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif
}

A:hover {
	color: rgb(255,0,204)
}