body

/* these are the font styles for the links that appear on your web page */
a:link {font: bold 11px arial; color: #990000; text-decoration: none;} 
a:active {font: bold 11px arial; color: #CC9933; text-decoration: none;}
a:visited {font: bold 11px arial; color: #990000; text-decoration: none;}
a:hover {font: bold 11px arial; color: #333333; text-decoration: underline;}/*this one changes the mouseover or hover state of the link*/

.border
{
    /* this is used for all kinds of borders */
    /* be it for the whole page, or just the content section */
    border: solid 1px #000000;
}

.content
{

 font: 12px arial;
 color: #333333;
 
  padding:0px 0px 0px 16px;
}

.nolink
{font: bold 11px arial; color: #CC9933; text-decoration: none;

 
 
  
}