BODY {
	background-image : url("back3.html");
	color : White;
	list-style-image : url("Orgdot.gif");
	background-attachment : fixed;
}
A {
	text-decoration : none;
	font-size : small;
	font-weight : bold;
	color : White;
}

A:ACTIVE {
	color : Red;
}
A:HOVER {
	color : Silver;
}
A:VISITED {
	color : White;
}
H1 {
	color : Yellow;
}

H2 {
	color : Aqua;
}
H3 {
	color : #95FF95;
}
H4 {
    color : Yellow;
}
TABLE {
	text-align : left;
	vertical-align : baseline;
	color : White;
}
TD {
	color : White;
}
