/* CSS definition file containing site wide stylesheets */

A:active {
	text-decoration: none 
}

A:link {
	text-decoration: none 
}

H2 {
	margin-bottom: 0pt
}

A {
	font-size: 12px;
 	color: rgb(20,117,137);
 	font-weight: bold
}

A:hover {
	font-size: 12px;
 	color: rgb(166,166,166);
 	font-weight: bold;
 	text-decoration: none 
}