 

A:link      	{  color : blue;
							text-decoration: none;
			 	  font-weight: bold; }

A:hover     	{ text-decoration: none;
      color : #cc33cc; 
			 	  font-weight: bold; } 
			  			  
A:active   		{ text-decoration: underline;
     color : red;
			  	  font-weight: bold; } 
						
A:visited {    text-decoration: none;					      
					   font-weight: bold; } 
 
div {margin-left: 40px;}
		
body {font:12pt verdana, arial, helvetica;
    text-decoration:none;
    color: #660000;
		background-color: antiquewhite;
    }

BLOCKQUOTE {
  font: 11pt arial, helvetica;
  text-decoration:none;
  color: black;
  text-align:justify;
}

  blockquote.noskip { margin-top: 1px; margin-bottom: 1px; text-align:left}
 
  p  {text-indent: 4ex; margin-left: 2ex}

  
  
