@charset "utf-8";
/* CSS Document */

html, body {
 background:#003366;
 color:#f0f0f0;
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:10px;
}

input {
 width:200px;
 border:#d0d0d0 1px solid;
}

a:link {
 text-decoration:none;
 color:#f5f5f5;
}

a:hover {
 text-decoration:none;
 color#ffff00;
}

a:visited {
 text-decoration:none;
 color:#f2f2f2;
}

a:active {
 text-decoration:none;
 color:#ffff00;
}
