/* Main Styles */
body {
background-color:#000000;
}

td,body,p {
  font-size: 12px;
  font-family: Verdana,Arial;
  color:#E9E9E9;
  text-decoration:none;
}

/* Links */
a{
  color:#CCCCCC;
}
a:hover{
  color:#FFFFFF;
}


h2,.Header   {
  font-weight:bold;
  font-size  :18px;
}

h3,.SubHeader{
  font-weight:bold;
  font-size  :14px;
}

.SmallText{
  font-size  :10px;
}


