@charset "utf-8";
*{
font-size:12px;
}
li, ul, form, h1,h2,h3,p {
padding:0;
margin:0;
}

h1 {
color:#009900;
}
h2 {
color: #663300;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #666666;
}
li {
background-image: url(../images/bullet5o.gif);
background-repeat: no-repeat; background-position: 0 .4em;
padding-left: 15px;
}
p{
padding-bottom:1em;
}
a:link {
color: #33CC00;
text-decoration:none;
}
a:visited {
color: #666666;
text-decoration:none;
}
a:active {
}
a:hover {
color: #FF6600;
}
