﻿body
{
	background:black;
}

body a, body img
{
	border:0;
}

.main
{
	width:800px;
	background:black;
	margin:0 auto;
	color:White;
	font-family:Courier New, Courier New, Courier, monospace;
}
.header
{
	 border-bottom:solid 1px white;
	 margin-bottom:5px;
	 padding-bottom:5px;
}
.main a, .main a:visited
{
	color:White;
	text-decoration:none;
}
.main a:hover
{
	text-decoration:line-through;
}