/*body {
  background-color: #222;
  color: #FFFFE6;
  font-family: Arial, Helvetica, sans-serif;
  font-size: small;
}*/

* {
  margin: 0;
  padding: 0;
}

html {
  background: #444;
}

body {
  margin: 25px auto;
  width: 800px;
  height: 800px;
  background: #222;
  color: #FFFFE6;
  font-family: Droid Sans, Arial, Helvetica, sans-serif;
  font-size: small;
}

#header {
  height:160px;
}

#body {
  padding:25px;
  height:560px;
}

#footer {
  height:40px;
  text-align:center;
  font-size:xx-small;
  color:#70757b;
}

h1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: x-large;
  color: #3366CC;
  width: 100%;
  border-top: 0px none #CCCC99;
  border-right: 0px none #CCCC99;
  border-bottom: 2px none #CCCC99;
  border-left: 0px none #CCCC99;
}

h2 {
  font-family: "Times New Roman", serif;
  color: #3366CC;
  font-size: medium;
}

a:link {
  color: #0099FF;
}

a:visited {
  color: #0099FF;
}

a:hover {
  font-weight: normal;
  color: #FF0000;
}

a.menu:link {
  color: #0099FF;
  text-decoration: none;
}

a.menu:visited {
  color: #0099FF;
  text-decoration: none;
}

a.menu:hover {
  color: #FFFFFF;
  font-weight: bold;
}

#body table {
  width: 100%;
  border: 0;
  font-size: small;
  text-align: center;
}

