BODY {
overflow-x: auto; overflow-y: auto;
}

a:link, a:visited {
text-decoration: underline;
color: #0000FF;
}

a:hover {
text-decoration: none;
color: #0066FF;
}

a:active {
text-decoration: none;
color: #660099;
}

.highlight {
background-color: Yellow;
}