body{
 background:White;
 margin: 0px;
 font-family: Verdana, Arial, Helvetica, Sans-Serif;
 font : 12px;
 color: black;
 }
 .blogtitle{
 color: white;
 font-size:32px;
 margin : 1px 20px;
 }
 .PostHeader{
 font-weight: bold;
 border-bottom : medium solid Black;
 font-family: Verdana, Arial, Helvetica, Sans-Serif;
 margin-top : 12px;
 margin-bottom: 0px;
 }
 DIV{
 margin: 0px;
 }
 P{
 margin-top: 16px;
 margin-bottom: 0px;
 }
 .posts{
 margin : 0px;
 }
 .PostFooter{
 font: smaller;
 text-align: right;
 font-family: Verdana, Arial, Helvetica, Sans-Serif;
 margin-top: 0px;
 border-bottom : medium double Red;
 margin-bottom : 30px;
 }
 .body2{ 
 color : white;
 }
 .link2{
 color : white;
 font-family: Verdana, Arial, Helvetica, Sans-Serif;
 font-size : 12px;
 }
 .linkSmall{
 font : bold 12px;
 font-family: Verdana, Arial, Helvetica, Sans-Serif;
 }
 .Title{
 color : white;
 font : small-caps 32px Verdana, Geneva, Arial, Helvetica, sans-serif;
 }
 .TitleLink{
 color : white;
 }
 A{
 font-family: Verdana, Arial, Helvetica, Sans-Serif;
 color : Red;
 }
 A:links{
 font-family: Verdana, Arial, Helvetica, Sans-Serif;
 color : Red;
 }
 A:active{ 
 color : Yellow;
 }
 A:hover{ 
 color : Red;
 }
 A:visited{
 color : Gray;
 }
 TABLE.content{ 
 border: 1px solid gray;
 margin: 10px 10px 10px 10px;
 }
 TABLE.content TH, TABLE.content TD{ 
 border: 1px solid gray;
 padding: 0px 0px 0px 0px;
 margin: 0px 0px 0px 0px;
 }
 TABLE.content TH{ 
 vertical-align: bottom;
 font-weight: bold;
 }
 TABLE.content TD{ 
 vertical-align: top;
 }
