BODY {
	color: #ffffff;
	background-color: #000000;
}

A:link {
        color: #C9C9FF;
}

A:visited {
	color: #B9B9FF;
}

A:active, A:hover, A:forcus {
	color: #D9D9FF;
}

H1 {
	font-family: "Ariel Narrow", "Ariel", serif;
	color: #ffffff;
}

H2 {
	font-family: "Ariel-Narrow-Bold", "Ariel", sans-serif;
	font-weight: bolder;
	border: none;
	text-indent: 0em;
	margin-top: 1.5em;
	color: #ffcc33;

	background-color: #000000;
	text-align: left;
}

H2:before {
	content: url(worm.png);
}

H2:after {
	content: url(worm.png);
}

/*
A:link:active {
	content: url(sample.wav);
}
*/

H3 {
	font-family: sans-serif;
	font-weight: bolder;
	font-size: 100%;
	border: none;
	text-indent: 0em;
	color: #79D904;
}

DIV.qa {
	background-color: #000000;
	color: #ffffff;
	margin-left: 2em;
	margin-right: 2em;
}

DIV.qa H3 {
	font-weight: bolder;
	color: #ffcc33;
	text-indent: 0em;
	margin-left: -1em;
	margin-right: -1em;
}


.colored {
	color: #00D56A;
}

.smallcenter, SPAN.bm, LI.bm, P.link, DIV.links P, P.smalldate {
	font-family: sans-serif;
	font-weight: bolder;
}


UL.tips LI {
	color: #79D904;
}

UL.tips LI P {
	color: #ffffff;
}

