body {
	color : White;
	background-color : Black;
	font-family : Arial, sans-serif;
}
.menulink a {
	color : White;
	text-decoration : none;
	font-size : 14px;
}
.menulink a:hover {
	color : #1E90FF;
	text-decoration : underline;
}
.menu {
	border-bottom : 1px solid #CCCCCC;
	border-top : 1px solid #CCCCCC;
}
h1 {
	font-size : 16px;
}
h2 {
	font-size : 14px;
}
p {
	font-size : 12px;
}
.copyright {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9px;
	color : Silver;
}
.copyright a {
	color : Silver;
	text-decoration : none;
	line-height : 15px;
}
.copyright a:visited {
	color : Silver;
}
.copyright a:hover {
	color : #6699CC;
	text-decoration : underline;
}
.clean a:link {
	color : #639CCE;
	font-weight : bold;
}
.clean a:visited {
	color : #639CCE;
}
.clean a:hover {
	color : #DCDCDC;
}
.action a:link {
	color : White;
}
.action a:visited {
	color : White;
}
.action a:hover {
	color : #DCDCDC;
}