html, body {
height: 100%;
padding-top:10px;
margin:10px;
}
body {

background-position: top center;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
color: #666666;
padding:0px;
margin:0px;
}
a, a:link {
text-decoration: underline;
color: #990033;
}
a:hover {
text-decoration: none;
color: #000066;
}
a:active {
text-decoration: underline;
color: #660066;
}

p#blinking {text-decoration: blink;}
