/* CSS definition file containing site wide stylesheets */

UL {
	margin-top: 5px
}

H1 {
	font-size: 12px;
 	color: rgb(1,95,139);
 	font-weight: bold
}

LI {
	font-size: 12px
}

A {
	text-decoration: none 
}