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

hr {
   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;
   }

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

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

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

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


