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

H1{color:#cc6633;font-size: 20pt;font-weight: bold;}
H2{color:#cc6633;font-size: 14pt;font-weight: bold;}
H3{color:#cc6633;font-size: 12pt;font-weight: bold;}
H4{color:#cc6633;font-size: 10pt;font-weight: bold;}

P{color:#000000;font-size: 10pt;}

a:link {
	text-decoration: none;
	background: transparent;
	color: #669966;
	border: 0;
}
a:hover {
	text-decoration: none;
	color: #66cc99;
	background: transparent;
	border: 0;
}
a:visited {
	text-decoration: none;
	background: transparent;
	color: #33cc99;
	border: 0;
}
