﻿body{
	background-color:#000000;
	font-family:Courier;
	color:white;
	margin-left:20px;
	max-width:875px;
}

a:link{
	color:white;
    text-decoration:none;
}

a:visited{
	color:white;
	text-decoration:none;
}

a:hover{
	color:#333333;
	text-decoration:none;
}

a:active{
	color:white;
	text-decoration:none;
}

h1{
	font-size:24px;
	margin-bottom:0px;
}