body {
 padding:0px;
 margin: 0px;
 background-color: #FFCC00;
 scrollbar-highlight-color:  rgb(255,204,0);
 scrollbar-shadow-color:     white;
 scrollbar-arrow-color:      black;
 scrollbar-face-color:       rgb(255,204,0);
 scrollbar-track-color:      rgb(255,221,0);
 scrollbar-3dlight-color:    white;
 scrollbar-darkshadow-color: rgb(255,221,0);
}

img {
 border:0;
}

td, p {
 font-family:sans-serif;
 font-size:90%;
 line-height:150%;
 color:black;
 margin:0px;
}

a:link,  a:visited { text-decoration:underline; color:black; }
a:hover, a:active  { text-decoration:none; color:white; }

.small {
 font-size:80%;
}

.info {
 border-bottom:1px dotted white;
}

textarea, input {
 width:255px;
 font-size:90%;
 color:white;
 letter-spacing:1px;
 border:1px solid #ffdd00;
 border-bottom:1px solid white;
 background-color:#ffdd00;
}