body {
 font-family: arial;
 font-size:11px;
 }

a { color: #0000ff; }
a:hover { color: #ff0000; }
a:visited { color: #0000ff; }

input {
 width:200px;
 border:1px solid #0000BB;
 font-size:10px;
 }
 
select {
 width:200px;
 border:1px solid #0000BB;
 font-size:10px;
 }
 
.submit1 {
 width:80px;
 height:20px;
 background-color:#ECE9D8;
 font-family:arial;
 font-size:10px;
 }
 
.submit2 {
 width:63px;
 height:20px;
 background-color:#ECE9D8;
 color:#444;
 font-family:arial;
 font-size:10px;
 }
