﻿a:link
{
	color: rgb(128, 128, 128);
}
a:active
{
	color: rgb(204, 204, 153);
}
a:visited
{
	color: rgb(0, 102, 102);
}
body
{
	background-color: rgb(0, 0, 0);
	color: rgb(204, 204, 204);
}
h1
{
	color: rgb(255, 0, 0);
}
h2
{
	color: rgb(153, 0, 0);
}
h3
{
	color: rgb(153, 102, 51);
}
h4
{
	color: rgb(204, 153, 0);
}
h5
{
	color: rgb(255, 255, 255);
}
h6
{
	color: rgb(255, 255, 255);
}
p {
	color: #CCCCCC;
}
table {
	border-color: rgb(128, 128, 128);
}
td {
	border-color: rgb(128, 128, 128);
}
ol
{
	color: #FFFFCC;
}
ul {
	list-style-image: url('images/spidersbull1.gif');
	color: #CCCCCC;
}
ul ul {
	list-style-image: url('images/spidersbull2.gif');
	color: #CCCCCC;
}
ul ul ul {
	list-style-image: url('images/spidersbull3.gif');
	color: #CCCCCC;
}
hr {
	color: rgb(128, 128, 128);
}

