body {
font-family: Arial, Helvetica, sans-serif;
margin: 0px;; background-color: #ffcc99;
font-size: 100%;}

.body a:link {
color: #030;
background-color: #ffcc99;
text-decoration: underline;
}
  
.body a:visited {
color: #030;
background-color: #ffcc99;
text-decoration: none;
}
  
.body a:hover {
color: #FFC;
background-color: #363;
text-decoration: none;
}

p {
font-size: 100%;}

a:link {
color: #ffcc66;
text-decoration: none;
font-size: 100%;} 

a:visited {
color: #ffcc66;
text-decoration: none;
font-size: 100%;}

a:hover {
text-decoration: none;
color: #1f1f1f;}


