*
{
margin:0px;
}

html
{
margin:0px;
}

body
{
background: #000000;
color:#ffffff;
font-family: "Arial", Arial, "Helvetica", Helvetica, sans-serif;
}

p
{
margin:10px;
}

h1, h2, h3, h4, h5
{
color: #ffffff;
margin:10px;
}

.container
{
width:600px;
min-height: 1000px;
height:100%;
clear:both;
margin:auto;
}


.header
{
width:600px;
clear:both;
margin:auto;
}


.footer
{
width:600px;
clear:both;
margin:auto;
}


a:link, a:visited
{
color: #ffffff;
text-decoration: none;
}

a:hover, a:active
{
color: #ffffff;
text-decoration: none;
}

ul
{
list-style-position: outside;
padding:0 0 0 30px;
}

ul.menu
{
list-style-position: outside;
padding: 0;
}

ul li
{
list-style-type: circle;
margin: 10px 0 10px 0;
}

th, td
{
  padding: 15px;
}