@charset "UTF-8";
.drk_body {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #FFFFCC;
}
.lrg_body {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #FFFFCC;
}
a:link {
	color: #FFFFCC;
	text-decoration: none;
}
a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
a:hover {
	color: #CFB67A;
	text-decoration: none;
}
a:active {
	color: #66CCFF;
	text-decoration: none;
}

