	<!-- This one controls the main page properties -->
body {
	font-family: arial;
        font-size: 12;
	color: rgb(255,192,192);
	background-color: rgb(128,128,0);
	}

	<!-- This one controls the date properties -->
.dt	{
	color: rgb(96,0,0);
	font-weight: bolder;
	font-size: 13;
	font-family: arial;
	}

table	{
	border: 0;
        font-size: 12;
	}
img	{ border: 0; }
hr   	{ color: rgb(32,0,0); width=85%; }

	<!-- Headers.. the first two are pretty blue, the h5 is little and green -->
h2	{
	color: #6981F9;
	font-size: 27;
	font-weight: lighter;
	}
h3	{
	color: rgb(96,0,0);
	font-weight: bold;
	}
h5	{
	color: green;
	font-weight: lighter;
	font-size: 13;
	font-family: verdana;
	}

	<!-- This one hides the ads -->
div    {position: absolute;
	left: 0;
	visibility: hidden;}

	<!-- These control the link properties -->
a:link 	{
	font-weight    : none;
	text-decoration: none;
	font-family    : arial;
	color          : rgb(96,0,0);
	}
a:visited {
	font-weight    : none;
	text-decoration: under;
	font-family    : arial;
	color          : rgb(64,0,0);
	}
a:hover {
	font-weight    : bold;
	text-decoration: none;
	font-family    : arial;
	color          : rgb(0,0,0);
	}
a:active{
	font-weight    : bolder;
	text-decoration: underline;
	font-family    : arial;
	color          : rgb(255,0,0);
	text-transform : uppercase;
	}
