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

/*_____general_____*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #663700;
}
h1 {
	color: #663700;
	font-size: 22px;
	margin-top: 18px;
	}
h2 {
	color: #663700;
	font-size: 18px;
}
h3 {
	color: #663700;
	font-size: 15px;
	margin-bottom: 0;
}
p {
	margin-bottom: 10px;
}
a:link	{
		border: none;
		font-size: 14px;
		text-decoration: underline;
		color: #439539;
		font-weight: bold;
		}
a:visited {
		border: none;
		font-size: 14px;
		color: #439539;
		text-decoration: underline;
		font-weight: bold;
		}
a:hover	{
		border: none;
		font-size: 14px;
		text-decoration: none;
		color: #c21130;
		font-weight: bold;
		}

a:active	{
		border: none;
		font-size: 14px;
		text-decoration: underline;
		color: #c21130;
		font-weight: bold;
		border-width: 0px;
		}
a:focus {
	outline: 0px;
}		

