 
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 : purple; 
			 	  font-weight: bold; } 
			  			  
A:active   		{ text-decoration: underline;
     color : purple;
			  	  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;}
		 
body {
    text-decoration:  none;
		text-color: #660033;
		margin-left: 60px;
		margin-right: 60px;
		margin-top: 0;
		margin-bottom: 0;
	 }
	 
