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

h1 {
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
font-weight:bold;
}

h2 {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
margin-top:20px;
margin-bottom:-5px;
}

p {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
line-height:130%;
}

li {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
line-height:130%;
}

/*general hyperlinks */
a:link {
color:#3a5c13;
font-weight:bold;
}

a:visited {
color:#538917;
font-weight:bold;
text-decoration:none;
}

a:hover, a:active {
color:#3a5c13;
font-weight:bold;
}
