/* CSS definition file containing site wide stylesheets */

.StandardBold {
	font-size: 10px;
 	font-weight: bold
}

.textlink {
	text-decoration: none 
}

.Standard {
	font-size: 10px;
 	color: rgb(51,51,51)
}

.StandardGrey {
	font-size: 10px;
 	color: rgb(128,128,128)
}

.textlink:hover {
	text-decoration: underline;
 	background-color: rgb(148,248,243)
}