BODY.black {
	background-color : Black;
	font-family : Arial, Helvetica, sans-serif;
}

A {
	color : #CCCCFF;
	text-decoration : underline;
	font-size : 100%;
	font-weight : bold;
	font-family : Arial, Helvetica, sans-serif;
} 

A:VISITED {
	color : #CCCCFF;
	text-decoration : underline;
	font-size : 100%;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
}

A:HOVER {
	color : White;
	text-decoration : none;
	font-size : 100%;
	font-weight : bold;
	font-family : Arial, Helvetica, sans-serif;
}

H1 {
	color : White;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 200%;
	margin-bottom : 0%;
	margin-left : 0%;
	margin-top : 0%;
}

H2 {
	color : White;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 150%;
	margin-bottom : 0%;
	margin-left : 0%;
	margin-top : 0%;
}

H3 {
	color : White;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 120%;
	margin-bottom : 0%;
	margin-left : 0%;
	margin-top : 0%;
}

H4 {
	color : White;
	font-family : Arial, Helvetica, sans-serif;
	font-size : smaller;
	font-weight : bold;
	font-style : normal;
}

H5 {
	color : White;
	font-family : Arial, Helvetica, sans-serif;
	font-size : smaller;
	font-weight : bold;
	font-style : normal;
}

H6 {
	color : White;
	font-family : Arial, Helvetica, sans-serif;
	font-size : smaller;
	font-weight : normal;
	font-style : normal;
	margin-bottom : 0%;
	margin-left : 0%;
	margin-top : 0%;	
}

