p, div, table, td, img, h2{
}


form{
  text-align: right;
}


body, input
{
  font-size: x-small;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}


p{
margin-top:2px;
margin-bottom:2px;
}


textarea, input {
  border: 1px #333 dotted;
  background-color: #EEE;
  margin-top:1px;
  margin-bottom:1px;
}

input{width: 70%;}
textarea{width: 98%;}
body{background-color: #DCDFCC;}

a:link,a:active,a:visited 
{
  font-weight:bold;
  text-decoration: none;
  color: #900;
  } 

a:hover 
{
  font-weight:bold;
  text-decoration: underline;
  color: #f00;
  } 

