A:link {
	color: White;
}

A:visited {
	color: Silver;
}


BODY {
	background-color: Black;
	color: #00CC00;
	font-family: "Courier New", Courier, monospace;
}


H2 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: White;
}

h3 {
	color: White;
}

h4 {
	color: White;
}


HR {
	color: Green;
}


LI {
	list-style-type: square;
}


STRONG {
	font-weight: bold;
	font-style: italic;
}

TABLE {
	word-spacing: 4px;
}

UL {
	list-style-type: square;
	
}

IMG
{
	border-color: White;
}

em {
	font-weight: bold;
	color: White;
}

