body {
	color: #CCCC00;
	background-color: #000099;
	margin: 0px;
}
a:link {
	font-family: "MS Sans Serif", Verdana, Arial, sans-serif;
	color: #CCCC00;
	text-decoration: none;
	text-transform: lowercase;
}
a:hover {
	font-family: "MS Sans Serif", Verdana, Arial, sans-serif;
	color: #CCCC00;
	text-decoration: underline;
	text-transform: lowercase;
}
a:active {
	font-family: "MS Sans Serif", Verdana, Arial, sans-serif;
	color: #CC0000;
	text-decoration: none;
	text-transform: lowercase;
}
a:visited {
	font-family: "MS Sans Serif", Verdana, Arial, sans-serif;
	color: #663399;
	text-decoration: none;
	text-transform: lowercase;
}
.right {
	text-align: right;
}

