@charset "UTF-8";
/* CSS Document */
body, table, tr, td, br, p {
margin: 0px;
font-family: Verdana, sans-serif;
font-size: 13px;
color: #000000;
}
b {
font-weight: bold;
}
input {
color: #000000;
}
textarea {
color: #000000;
border: 1px solid #000000;
background-color: #eeeeee;
padding: 1px;
margin: 1px;
}
select {
text-decoration: none;
}
a:link {
color: #009900;
text-decoration: none;
}
a:visited {
color: #009900;
text-decoration: none;
}
a:active {
color: #009900;
text-decoration: none;
}
a:hover {
color: #009900;
text-decoration: underline;
}