/* CSS Document */
<!--
body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
background-color: transparent;
color: #aeaeae;


body {
	margin-left: 3px;
	margin-top: 5px;
	margin-right: 3px;
}
a {
	font-size: 10px;
	color: #aeaeae;
}
a:link {
	text-decoration: underline;
	color: #94693f2;
}
a:visited {
	text-decoration: underline;
	color: #ac8d6e;
}
a:hover {
	text-decoration: none;
	color: #a94f4f;
}
a:active {
	text-decoration: underline;
	color: #ac8d6e;
}
-->
</style>