/* Main Styles */
td,body{
  font: normal 12px arial;
  color:white;
  text-decoration:none; 
}

body{
 BACKGROUND-COLOR: #D82220;
}

hr{
height: 1px;
color: white;
}

/* Links */
a{
  color:white;
}
a:hover{
  color:cccccc;
}


h2,.Header   {
  font-weight: bold;
  font-size  :16px;
  color: white;
}

h3,.SubHeader{
  font-weight:bold;
  font-size  :13px;
}

.SmallText{
  font-size  :10px;
}


