/* CSS definition file containing site wide stylesheets */

A:active {
	color: rgb(0,0,153)
}

A:visited {
	color: rgb(128,0,128)
}

H1 {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: medium;
 	color: rgb(51,51,153)
}

P {
	font-size: small;
 	font-weight: normal;
 	font-style: normal
}

A {
	color: rgb(51,102,255)
}