<style>
#black a { /* TO make links not underlined */
		color: #111111;
		text-decoration: none;
		}
	#black a:link {
	color:  #111111;
	text-decoration: none;
	}
	
	#black a:visited {
		color:  #111111;
		text-decoration: none;
		}
			
	#black a:hover {
		color: #dddddd;
		text-decoration: none;
		}
		
	#links a { /* TO make links not underlined */
		color: #D7DCF8;
		text-decoration: none;
		}
		
	#links a:link {
	color:  #D7DCF8;
	text-decoration: none;
	}
	
	#links a:visited {
		color:  #D7DCF8;
		text-decoration: none;
		}
			
	#links a:hover {
		color: #A6ADD6;
		text-decoration: none;
		}
	
	a { /* TO make links not underlined */
		color: #0066cc;
		text-decoration: none;
		}
	a:link {
	color:  #0066cc;
	text-decoration: none;
	}
	
	a:visited {
		color:  #0066cc;
		text-decoration: none;
		}
			
	a:hover {
		color: #336699;
		text-decoration: underline;
		}

   #credit a { /* For webmaster link */
		color: #4F4F4F;
		text-decoration: none;
		}
	#credit a:link {
	color:  #4F4F4F;
	text-decoration: none;
	}
	
	#credit a:visited {
		color:  #4F4F4F;
		text-decoration: none;
		}
			
	#credit a:hover {
		color: #A6ADD6;
		}
		
.indent{margin-left:20px;
		}		
</style>


