@charset "utf-8";
/* CSS Document */

a {
 	 font-family: 'Courier New', Courier, monospace; 
	 font-size: 12px;	
	 color: #999999;
	 text-decoration: none;
}

a:visited {
 	 font-family: 'Courier New', Courier, monospace; 
	 font-size: 12px;	
	 color: #999999;
	 text-decoration: none;
}

a:hover {
	 font-family: 'Courier New', Courier, monospace; 
	 font-size: 12px;	
	 color: #d2212c;
	 text-decoration: none;
}
