body {
	font: 13px "Courier New", Courier, monospace;
	color: #00FF00;
	background: #000000;
	margin: 0px;
	padding: 0px;
}
a:link, a:visited {
	color: #FFFFFF;
}
a:hover
{
	color: #000000;
	background-color:#00FF00;
}
.maincontent {
	margin: 10px;
	font: 15px "Courier New", Courier, monospace;
}
.linklist
{
	background-image:url(images/greendot.gif);
	background-repeat:repeat-y;
}
.headerline
{
	background-image:url(images/greendot.gif);
	background-repeat:repeat-x;
}
.footer
{
	font-size: 11px;
}
h1
{
	font-size:16px;
	font-weight:bold;
	margin:0px;
}