/* CSS Document */

<style type="text/css">


div#contents
A{color: #333333;
		text-decoration:none;}
		
A:link{color: #333333;
		text-decoration:none;}
		
A:active{color: #666666;
		text-decoration:none;}

A:visited{color: #333333;
		text-decoration:none;}

A:hover{color: #FF3300;
		text-decoration:underline;}


div#footer
A{color: #333333;
		text-decoration:none;}
		
A:link{color: #333333;
		text-decoration:none;}
		
A:active{color: #666666;
		text-decoration:none;}

A:visited{color: #333333;
		text-decoration:none;}

A:hover{color: #FF3300;
		text-decoration:underline;}



</style>