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

body {
font-family:Arial, Helvetica, sans-serif;
font-size:15px;
color: #5E0000;
}


.uppercase {
text-transform:uppercase;
font-size:16px;
color:#006600;
}

a:link {
color: #336600;
text-decoration:none;
}

a:visited {
color: #336600;
text-decoration:none;
}

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

a:active {
color: #336600;
text-decoration:none;
}