body
{
  margin:0;
  padding:0;
  background:black;
  color:white;
  font:12px Tahoma,Verdana,Arial;
}

a
{
  color: white;
  text-decoration:none;
}

a:hover
{
  text-decoration:underline;
}

a:visited
{
  color:white;
}

ul
{
  margin:0;
  padding:0;
}

li
{
  text-indent:0;
  margin-left:0;
}

table
{
  border-collapse:collapse;
  border:0;
}

th
{
  border-collapse:collapse;
  border:0;
}

td
{
  border-collapse:collapse;
  border:0;
}

.padding
{
  margin:10px;
}

/* ========================================================================= */

#main
{
  width:770px;
  margin:10px auto;
}

/* ========================================================================= */

#header
{
  background:#007DD1;
  color:white;
  width:100%;
  margin-bottom:10px;
  border:1px solid white;
  text-align:center;
}

#header:hover
{
  cursor:pointer;
}

/* ========================================================================= */

#content
{
  background:#D3D3D3;
  width:100%;
  border:1px solid white;
  margin-bottom: 10px;
  color:black;
}

#stuff
{
  background:#D3D3D3;
  color:black;
}

#output
{
  margin:20px;
  text-align:center;
  font-size:120%;
  font-weight:bold;
}

/* ========================================================================= */

#footer
{
  width:100%;
  font-size:90%;
  text-align:center;
  border:1px solid white;
  margin-top:10px;
  background:#007DD1;
}
