A{
	font-family : sans-serif;
	text-decoration: none;
	font-weight : bold;
	color: #FF0000;
}

A:LINK {
	text-decoration: none;
	color: #FF0000
}


A:VISITED {
	text-decoration: none;
	color: Gray;
}

A:HOVER {
	text-decoration: none;
	color: Blue;
}

body {
	font-family: "Times New Roman", Times, serif;
	scrollbar-3dlight-color : #A9A9A9;
	scrollbar-arrow-color : Red;
	scrollbar-base-color : White;
	scrollbar-darkshadow-color : Navy;
	scrollbar-face-color : Black;
	scrollbar-highlight-color : Silver;
	scrollbar-shadow-color : Silver;
	scrollbar-track-color : Gray;
}

h4 {
	font-family: "Eras Demi ITC", Georgia, Arial, "Times New Roman", sans-serif;
	color: #FF0000;
	text-transform: capitalize;
}
p {  text-align: justify; margin-top: 5px; margin-right: 10px; margin-bottom: 5px; margin-left: 10px; text-indent: 20px; font-family: "Times New Roman", Times, serif}