body 
{ background: #ffffff; 
  font-family: verdana, arial, sans-serif; 
}

div 
{ 
  background: #ffffff; 
  border: solid; 
  border-width: 1px; 
  border-color: #0000aa; 
  padding: 50px;
  margin: 100px;
  color: #444444; 
  letter-spacing: 1px;
}


h1 
{ 
  font-size: 9pt; 
  font-weight: normal; 
}
    
p 
{ 
  font-size: 9pt; 
  line-height: 1.6em; 
  font-weight: 100; 
}
    
a, a:visited 
{ 
  text-decoration: underline; 
  color: #0000aa; 
}
    
a:hover 
{ 
  color: #ededff;
  text-decoration: none;
  background: #0000aa;
  padding: 1px; 
}


h1 a
{
  padding: 1px; 
}
 
pre
{
  font-size: 8pt; 
}

input, textarea 
{ 
  width: 350px; 
  letter-spacing: 1px; 
  color: #444444; 
  background: #eeeeee; 
  border: solid; 
  border-width: 1px; 
  border-color: #0000aa; 
  padding: 2px; 
  margin-top: 5px; 
  margin-bottom: 5px; 
  font-size: 9pt; 
  line-height: 1.6em; 
  font-weight: 100; 
}
 
form
{ 
  font-size: 8pt;
}
   
input#submit 
{ 
  text-align: left; 
  cursor: pointer;
}
    
input#submit:hover 
{ 
  background: #ffffff; 
  color: #000000;
}