A:link { color: red; text-decoration: none }
A:hover { color: red; text-decoration: underline }
A:visited { color: red; text-decoration: none }
A:active { color: red; text-decoration: none }

#leftnav {
  float: left;
  width: 150px ;
  height: 950px;
  padding: 10px;
}
#header {
  float: left;
  height: 150px;
  width: 750px; 
  text-align: center;
}
#content {
  float: left;
  width: 750px ;
  height: 800px;
}
#footer {
  clear: left;
}
#detail {
  text-align: center;
}

body {
  background: white; 
  color: red;
  background-color: #ffffff;
  margin: 0px;
  padding: 0px;
  font-family: "Arial Black", Arial, sans-serif;
  font-weight: bold;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.05em;
}
table
{
    border-collapse:collapse:
}
table, th, td
{
    border: 0px;
}

th {
    text-align: right;
}

td {
    text-align: left;
}

td img {
    display: block;
}

.bodytextwhite {
    font-size: 40px;
    line-height: 50px;
}

.fortextwhite {
    font-size: 20px;
    line-height: 15px;
}
.abouttextwhite, .navtextwhite {
}

.abouttextwhite a {
    text-decoration: underline
}

.errorlist {
    font-size: 12px;
    color: #FF0000;
    line-height: 15px;
}

