a.new{
  color: yellow;
  background: transparent;
  text-decoration: underline;
  font-family: Tahoma;
  font-size: 12px;
  text-align: justify;
}
a.new:hover {
  color: red;
  background: transparent;
  text-decoration: underline;
}
a.link{
  color: yellow;
  background: transparent;
  text-decoration: underline;
  font-family: Tahoma;
  font-size: 18px;
  text-align: justify;
}
a.link:hover {
  color: red;
  background: transparent;
  text-decoration: underline;
}

a.verbage{
  color: #00FF00;
  background: transparent;
  text-decoration: underline;
  font-family: Tahoma;
  font-size: 12px;
  text-align: justify;
}
a.verbage:hover {
  color: red;
  background: transparent;
  text-decoration: underline;
}

a.old{
  color: blue;
  background: transparent;
  text-decoration: underline;
  font-family: Tahoma;
  font-size: 12px;
  text-align: justify;
}
a.old:hover {
  color: red;
  background: transparent;
  text-decoration: underline;
}
a.header{
  color:white;
  background: transparent;
  text-decoration: underline;
  font-family: verdana, Arial, sans-serif;
  font-size: 10px;
  text-align : justify;
}
a.header:hover {
  color: red;
  background: transparent;
  text-decoration: underline;
}
hr {
  border: 0;
  width: 95%;
  color: #808080;
  background: #E6F7F7;
  height: 1px;
  text-align: center;
}
h1 {
  background: transparent;
  color: yellow;
  font: bold 14px verdana, Arial, sans-serif;
  text-align: left;
}
h2 {
  background: transparent;
  color: yellow;
  font: bold 14px verdana, Arial, sans-serif;
  margin-bottom: 5px;
  margin-top: 5px;
  text-align: center;
}
h3 {
  background: transparent;
  color: white;
  font: bold 16px verdana, Arial, sans-serif;
  margin-bottom: 0px;
  margin-top: 5px;
  text-align: center;
}
p.white {
  font: normal 12px Verdana, Arial, sans-serif;
  color: white;
  margin: 8px;
  text-align: justify;
}
p.left {
  font: normal 12px Verdana, Arial, sans-serif;
  color: white;
  margin: 8px;
  margin-top: 2px;
  text-align: left;
}
form {
  font-size: 9px;
  margin-left: auto;
  margin-right: auto;
  padding: 0px;
  height: 10px;
}
table {
  border: 1px solid #C0C0C0;
  margin: 0px;
  border-style:solid;
  border-style: inset;
  }
td {
  background: transparent;
  border: 0px;
  margin: 0px;
  padding: 0px;
  color: white;
  vertical-align: top;
}
td.body {
  color: white;
  font: 12px, verdana, Arial, sans-serif;
  margin-bottom: 0px;
  margin-top: 0px;
}
td.header {  
  width: 898;
  height: 175;
  background-image:  url('header.gif');
  background-repeat: no-repeat;
  vertical-align: top;
}
td.link {
  background: #0000FF;
  border: 4px solid #004080;
  border-style:solid;
  border-style: inset;
}
td.footer {
  border: 1px;
  margin: 0px;
  padding: 0px;
  vertical-align: center;
  background: transparent;
  color: white;
  font: 9px, verdana, Arial, sans-serif;
  margin-bottom: 0px;
  margin-top: 0px;
}

