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

body {
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
}

a:link {
color: #990000;
text-decoration:none;

}
a:visited {
color: #990000;
text-decoration:none;
}
a:hover {
color: #006600;
text-decoration:none;
}
a:active {
color: #006600;
text-decoration:none;
}
.header {
text-transform:uppercase;
font-size:18px;
font-weight:bold;
}