/* CSS Document */

h1 { font-family: Arial; font-size: 24px}
h2 {
	font-family: Arial;
	font-size: 14px;
	text-align: center;
}
h3 {
	font-family: Arial;
	font-size: 12px;
	text-align: center;
	color: #FFF;
} 
p {
	font-family: Arial;
	font-size: 11px;
	color:#FFFFFF;
	letter-spacing: 1px;
	text-align: center;
}
td {
	font-family: Arial;
	font-size: 11px;
	color:#FFF;
	letter-spacing: 1px;
	text-align: center;
}
li {
	font-family: Arial;
	font-size: 11px;
	color:#FFFFFF;
	letter-spacing: 1px;
	text-align: left;
}
body {background-color: #000000; font-family: Arial; font-size: 10px; color:#FFFFFF; letter-spacing: 1px;}

a:link { text-decoration: underline; color: #FFFFFF}
a:visited { text-decoration: underline; color:#FFFFFF}
a:active { text-decoration: underline; color: #FFFFFF}
a:hover { 
	text-decoration: underline overline;
	font-style: normal;
	text-align: left;
}


body { 
scrollbar-face-color: #000000;
scrollbar-highlight-color:#000000;
scrollbar-shadow-color: #000000;
scrollbar-3dlight-color: #1b2a0f;
scrollbar-arrow-color:#1b2a0f;
scrollbar-track-color: #000000;
scrollbar-darkshadow-color: #1b2a0f;}

