/* CSS Document */

body {
	color: #666666;
}

H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #666666;
}

H2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #007C4B;
}


a {
	color: #007C4B;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #007C4B;
}

a:hover {
	color: #000000;
	text-decoration: none;
}

