body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  background-color: #6666cc;
}


.content { padding-left: 12px;
		   padding-top: 12px;
		   padding-right: 12px;
		   padding-bottom: 12px;
		   font-size :14px/240;
		   overflow: auto;
		   line-height: 1.25;

}

A:link {
   text-decoration: none;
 /*  color: yellow;
   background: red;
   font-weight: bold;
   */
   }

A:active {
   text-decoration: none;
   }
   
A:hover{
   color: red;
   }   

A:visited {
 /*  color: red; */
  /* background: yellow; */
  /* font-style: italic; */
   text-decoration: none; 
   }