/* CSS definition file containing site wide stylesheets */

A:active {
	color: rgb(0,153,51)
}

A:link {
	color: rgb(0,153,51)
}

A:visited {
	color: rgb(0,102,51)
}

H1 {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 14px;
 	color: rgb(0,0,102);
 	font-style: italic
}

P {
	font-family: "Lucida Sans Unicode",  Arial,  Helvetica,  Sans-serif;
 	font-size: 12px;
 	color: rgb(0,0,102);
 	font-weight: normal;
 	font-style: normal
}

A {
	color: rgb(0,153,51)
}