a{
  color:NAVY;
  text-decoration:none;
}

a:hover{
  text-decoration:underline;
}

body{
  margin:2px 0px 0px 0px;
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  color:BLACK;
  background-color:WHITE;
}

p{
  margin:0px;
}

h1,h2{
  margin:0px;
  font-size:12px;
  font-weight:normal;
}

table{
  font-size:12px;
}

input{
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  font-weight:normal;
}

#menu_top a{
  color:#6699cc;
  font-size:15px;
  font-weight:bold;
}

#menu_bot a{
  color:RED;
  font-size:12px;
  font-weight:bold;
}

#post_form input{
  height:22px;
  border:1px solid #6699cc;
  font-size:14px;
  font-weight:bold;
}