h1, h2, h3, p, a, th, td, ul, ol, li, dl, dd, dt, label, div, span, input, textarea
	{
    font-family: Courier new, courier;
	}

a
	{
	color: #3366CC;
	text-decoration:none;
	}
	
a:hover
	{
	color: #336699;
	text-decoration:underline;
	}
	
hr
	{
	color: #111;
	background-color: #111;
	height: 2px;
	}