
html, body, h1, h2, h3, h4, h5, h6, p, border
{ 
  margin: 0; 
  padding: 0; 
}

html
{
  background-color: black;
}

body
{
  height:100%;
  width: 720px;
  margin:auto;
  font-family: Arial, sans-serif;
  font-size: 18px;
  line-height:25px;
  color: white;
}

ul, p
{
  font-family: Arial, sans-serif;
  font-size: 18px;
  line-height:25px;
  color:#eee;
}

h1, h2, h3, h4, h5, h6
{
  color:#ccc;
  font-weight: bold;
  padding-top:40px;
}

h1
{
  text-transform:uppercase;
  font-size: 46px;
  line-height: 50px;
  font-family: Arial, sans-serif;
  padding: 20px 0px 30px 0px;
}

h2
{
  text-transform:uppercase;
  font-size: 30px;
  line-height: 30px;
  font-family: Arial, sans-serif;
  padding: 50px 0px 0px 0px;
  color:#aaa;
}

h3
{
   font-size: 30px;
   line-height: 30px;
   font-family: Arial, sans-serif;
   padding: 25px 0px 0px 0px;
}

b
{
	color: white;
	font-weight: bold;
}

a:link, a:visited, span.popup
{
  color:#ACF;
  text-decoration:none;
  cursor: pointer;
}

a:active, a:hover, span.hover
{
  color:#8AF;
  text-decoration:underline;
  cursor: pointer;
}

a img
{
   border:0;
} 

p, ul
{
	padding-top: 12.5px;
}

tr
{
	vertical-align: text-top;
}

ul
{
	margin-left: 2em;
}

li
{
	list-style: disc;
}

table
{
	margin-top: 12.5px;
}

.footer
{
	margin-top: 40px;
}