
html, body {
  border:none;
  width:100%;
  height:100%;
  padding:0px;
  margin:0px;
  background-color:#990000;
  color:#FFFFFF;
}

body {
  font-family:verdana, helvetica, sans-serif;
  font-weight:normal;
}

img {
  border:none;
  padding:2px;
}

pre, ul, li, table, td, th {
  font-size:14px;
  font-weight:normal;
}

p {
  font-size:12px;
  font-weight:normal;
}

h1 {
  font-size:26px;
  font-weight:bold;
}

h2 {
  font-size:21px;
  font-weight:bold;
}

h3 {
  font-size:16px;
  font-weight:bold;
}

h4 {
  font-size:14px;
  font-weight:bold;
}

a, a:link {
  color:#FFFFD0;
  font-size:14px;
  font-weight:normal;
  text-decoration:underline;
}

a:hover {
  color:#000000;
  text-decoration:underline;
  filter:alpha(opacity=60);
  opacity:0.6;
  -moz-opacity:0.6;
}

hr {
 color:#995555;
 background-color:#995555;
 height:2px;
 border:0px;
}

#maintable {
  border:none;
  height:100%;
  width:100%;
  margin:0px;
  padding:0px;
  border:none;
}

.title {
  padding-top:0px;
  padding-bottom:0px;
  text-align:center;
}

.menu {
  padding-top:10px;
  padding-bottom:4px;
  text-align:center;
  font-size:20px;
  font-weight:bold;
}

.text {
  width:600px;
  font-family:Verdana,sans-serif;
  font-size:14px;
  line-height:25px;
  text-decoration:none;
}
