/* CSS Document */

body,td,th,P {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #00FFFF;
	text-align:justify
	
}

body {
	margin-left: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	scrollbar-face-color:#FFFFFF;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-3dlight-color:#FFFFFF;
	scrollbar-darkshadow-color:#FFFFFF;
	scrollbar-shadow-color:#FFFFFF;
	scrollbar-arrow-color:#000000;
	scrollbar-track-color:#000000;
	color:#00FFFF;
	background-color:#000000;
	margin-right: 25px;
}
a:link {
	color: #FFFF00;
	text-decoration: underline;
}
a:visited {
	text-decoration:underline;
	color: #FFFF00;
}
a:hover {
	text-decoration: none;
	color: #FFFF00;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	color: #FFFF00;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
	color: #FFFF00;
}
h3 {
	font:cursive;
	font-size: 14px;
	font-style:italic;
	color: #666666;
}
h4 {
	font:cursive;
	font-size: 16px;
	font-style:italic;
	color: #666666;
	text-align:center;
}
h5 {
	font-size: 16px;
	font-weight: bold;
	color: #9900FF;
	text-align:center;
