/*
Copyright material
*/
BODY {
	background-color: rgb(00,00,00);
	color: rgb(255,255,255);
	font-family: verdana, sans-serif;
}
H1, H2, H3, H4, H5, H6 {
	color: rgb(255,102,0);
}
A:active, A:link, A:visited {
	color: Yellow;
	font-weight: bold;
	text-decoration: none;
}
A:hover {
	color: Red;
}
B {
	color: Red;
}
I {
	color: Aqua;
}
