			a:link { 
			color: #0f0;
			text-decoration: none; 
			} 
	
			a:visited { 
			color: #0f0;
			text-decoration: none; 
			} 
	
			a:hover { 
			color: #f00;
			text-decoration: underline; 
			} 
	
			a:active { 
			color: #f00;
			text-decoration: none; 
			} 
			.centered {
			text-align:center;
		
			}
			h1 {
			font-size:20pt;
			font-weight:bold;
			color:#f00;
			}