.standard {
	font-family: "Trebuchet MS";
	font-size: 16px;
	left: 20px;
	color: #000;



}
.big {
	font-family: "Trebuchet MS";
	font-size: 20px;
	left: 20px;
	color: #900;

}
.backgnd {
	background-color: #CC0033;
	filter: BlendTrans(Duration=100);
}
a:link {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #CC0000;
	text-decoration: none;
	font-weight: bold;

}
a:visited {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #CC0000;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #CC0000;
	text-decoration: underline overline;
	font-weight: bold;
}
a:active {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #FF6;
	text-decoration: underline;
	font-weight: bold;
}
.small {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #000000;
}

