/* CSS Document */

body {	font-family: Arial;
		background-color: Black;}

	.fadedBackground {
	background-color:White;
	filter:alpha(opacity=1000);
	opacity:0.7;
}
.solid{	background-color:green;
	filter:alpha(opacity=1000);
	opacity:1.0;}

.link{ color:teal;}