 
ul {text-indent: 5px; margin-top: 1px; margin-bottom: 1px}

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; } 
						 
 P { margin-top: 4px; margin-bottom: 10px;
margin-left: 40px; margin-right: 40px; }
	
		
		div {text-indent: 60px;}
 
 
	 }