body {
scrollbar-base-color: ;
scrollbar-track-color: #FFFFFF;
scrollbar-face-color: #FFFFFF;
scrollbar-highlight-color: #0000FF;
scrollbar-3dlight-color: ;
scrollbar-darkshadow-color: #0000FF;
 scrollbar-shadow-color: ;
 scrollbar-arrow-color: #FF0000
	background: #FFFFFF;
	color: #000000;
	font-size : 15px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

hr {
	size : 2px;
	color : #FF0000;
}
a:link {
	color: #0000ff;
	text-decoration : none;
	font-weight : normal;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a:visited {
	color: #660099;
	font-weight : normal;
	text-decoration : none;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a:hover {
	background: #FFFF00;
	color : #0000FF;
	font-weight : bold;
	text-decoration : none;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}


h1 {
	font-family: "Times New Roman", Times, serif;
	color : #0000FF;
	font-style : italic;
	font-size : large;
	}

h3 {
	font-family: "Times New Roman", Times, serif;
	color : #0000FF;
	font-style : italic;
	font-size : small;
	}
	
h5 {
	font-family: "Times New Roman", Times, serif;
	color : #0000FF;
	font-style : italic;
	font-size : xx-small;
	background-color : F0F0F0;
	}

h2 {
	font-family: "Times New Roman", Times, serif;
	color : #FF0000;
	font-style : normal;
	font-size : medium;
	background-color : F0F0F0;
	}

h4 {
	font-family: "Times New Roman", Times, serif;
	color : #FF0000;
	font-style : normal;
	font-size : x-small;
	background-color : F0F0F0;
	}

li, ol, ul {
	text-indent : inherit;
}

table {
	font-size: 15px;
	color: #000000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.form {
	background-color : F0F0F0;
}


