.stdtxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}
.blue {
	color: #0000CC;
}
.yellow {
	color: #FFCC00;
}
.green {
	color: #009900;
}
.CardEntry
 {
 text-decoration: none;
 color: black;
 }
.CardEntry:hover
 {
 text-decoration: none;
 color: red;
 }
.GroupMember
 {
 text-decoration: none;
 color: black;
 }
.GroupMember:hover
 {
 text-decoration: none;
 color: red;
 }
