body { 
     color: #FFFFFF; 
     background-color: #000000; 
     font-size: 12px; 
     }

span.small { 
     font-size: 11px
     }
     .comment{
     font-size: 14px     
     }
     .title {
     font-size: 24px;
     font-family: Verdana, Arial, Helvetica, Sans-Serif;     
     }     
     .page_title{
     font-size: 24px;
     font-family: Verdana, Arial, Sans-Serif;
     }
     .blog_text{
     font-size: 16px;
     font-family: Times New Roman, Serif;
     text-align: justify;
     }
     .category_title{
     font-size: 16px;
     font-family: Verdana, Arial, Sans-Serif;
     }
     .rightbar{
     font-size: 13px 
     }
     
A:link, A:visited { 
     color: #C0C0C0;
     text-decoration: none;
     }

A:active { 
     text-decoration: none; 
     color: #FFFFFF 
     }

A:hover { 
     text-decoration: none; 
     color: #00FF00 
     }
     
HR   { 
     color: #FFFFFF
     }
td   {
     vertical-align: top;
     }
