h2,.Header   {
  font-weight: normal;
  font-size: 24px;
  color: #2d90cb;
  line-height: 30px;
}

h3,.SubHeader{
  font-weight: normal;
  font-size: 14px;
  color: #cc0000;
  line-height: 18px;
}

.SmallText{
  font-size: 10px;
}

.ShurikenHeader{
  font-weight:bold;
  color:#fff;
  font-family:georgia, serif;
  font-size  :18px;
  background:#000000;
  width:100%;
  padding:2px;
}

/* Main Styles */
td,body,p{
  font: 12px Verdana, Arial, Helvetica, sans-serif;
  color: #000000;
  text-decoration: none; 
  line-height: 1.5em;
}

/* Links */
a{ color: #CC0000; text-decoration: none;}
a:hover{ color: #009999; text-decoration: none;}

