@charset "UTF-8";
/* CSS Document */

h1    {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 24px;
	
	margin-bottom:5px;

}

h2 {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 16px;
	
	color:#666666;
	
	margin-bottom:10px;

}

h3 {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;
	
	margin-bottom:5px;

}


a {
	
	text-decoration:underline;
	
	color:#000000;

}

a:hover {
	
	text-decoration:underline;
	
	color:#999999;

}

