html, body{
	width:100%;
	padding:0px;
	margin:0px;
}
body {
	background-color: #000000;
	font-family:Arial, Helvetica, sans-serif;
}
#container{
	width:720px;
	border:white 2px solid;
	margin:15px auto 0px auto;
	text-align:left;
	font-size:80%;
}
h1{
	font-size:18px;
}
h2{
	font-size:16px;
}
h3,h4,h5{
	font-size:14px;
}
h1, h2, h3, h4, h5, p {
	margin:10px;
}
#footer{
	font-size:12px;color:#FFFFFF;text-align:center;
}
#footer a, #footer a:link, #footer a:visited, #footer a:hover,#footer a:active{
	color:#FC0;
}
.vertical th{
	text-align:right;
}
