/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

.textlink{
	color: rgb(127,170,202);
 	text-decoration: none 
}

.textlink:hover {
	text-decoration: underline;
 	background-color: rgb(127,170,202)
}

.Standard{
	font-size: 10px;
 	color: rgb(51,51,51)
}

.StandardBold{
	font-size: 10px;
 	font-weight: bold
}

.StandardGrey{
	font-size: 10px;
 	color: rgb(128,128,128)
}