@charset "utf-8";

table#main {
	width: 1000px;
	height: 100%;
	font-family: Arial;
	font-size: 16px;
	color: #eeeeee;	
}

html,body {
	width: 100%;
	height: 100%;

	background-color: #202020;
	margin-top: 0px; 
	margin-bottom: 0px; 
	margin-left: 0px; 
	margin-right: 0px;
	background-position: center;
	
	letter-spacing: 1px;
	font-family: Arial;
	font-size: 10px;
	color: grey;
}

a {color: grey; text-decoration: none;}
a:link {color: grey; text-decoration: none;}
a:visited {color: grey; text-decoration: none;}
a:active {color: #aaaaaa; text-decoration: none;}
a:hover {color: #aaaaaa; text-decoration: none;}

h1 {
	background-position:center;
	font-family: Arial;
	font-size:16px;
	text-decoration:none;
}

h2 {
	background-position:center;
	font-family: Arial;
	font-size:14px;
	text-decoration:none;
}

