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



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

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

}
a:visited {

	font-family: "Trebuchet MS";
	font-size: 18px;
	color: #CC0000;
	text-decoration: none;
	font-weight: bold;
}
a:hover {


	font-family: "Trebuchet MS";
	font-size: 18px;
	color: #CC0000;
	text-decoration: underline overline;
	font-weight: bold;
}
a:active {



	font-family: "Trebuchet MS";
	font-size: 18px;
	color: #0000FF;
	text-decoration: underline overline;
	font-weight: bold;
}
.small {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #000000;
}
