body {
	SCROLLBAR-FACE-COLOR: #0000CD;
	SCROLLBAR-HIGHLIGHT-COLOR: #1E90FF;
	SCROLLBAR-SHADOW-COLOR: #4169E1;
	SCROLLBAR-3DLIGHT-COLOR: Blue;
	SCROLLBAR-ARROW-COLOR: Silver;
	SCROLLBAR-TRACK-COLOR: Black;
	SCROLLBAR-DARKSHADOW-COLOR: Navy;
	background : Black;
}

a {
	text-decoration: none;
	font-weight : bolder;
	font-family : "Times New Roman", Times, serif;
}
a:link {
	color : #1E90FF;
}
a:visited {
	color : #1E90FF;
}
a:hover {
	color : Aqua;
}
hr {
	color : Red;
}
h1 {
	color: Silver;
}
h3 {
	color: Silver;
}

