body {
	background-color: F3F3F3;
	SCROLLBAR-FACE-COLOR: #0000CD;
	SCROLLBAR-HIGHLIGHT-COLOR: #1E90FF;
	SCROLLBAR-SHADOW-COLOR: #4169E1;
	SCROLLBAR-3DLIGHT-COLOR: Blue;
	SCROLLBAR-ARROW-COLOR: #FF8C00;
	SCROLLBAR-TRACK-COLOR: #d2b48c;
	SCROLLBAR-DARKSHADOW-COLOR: Navy;
}

a {
	text-decoration: none;
	font-weight : bolder;
	font-family : monospace;
	font-size: x-small;
}
h3 {
	text-align: center;
	color: Olive;
}
h4 {
	text-align: center;
	color: Olive;
}
a:link {
	color : #4682B4;
}
a:visited {
	color : #4682B4;
}
a:hover {
	color : blue;
}
hr {
	color : #d2b48c;
}

div {
	text-justify : distribute;
	color: #800000;
	font-family : serif;
	font-size: small;
}
img {
	clear: both;
}


