* {
margin: 0;
padding: 0;
}

#about {
position: absolute;
top: 40px;
left: 10px;
padding: .25em;
font-family: georgia, serif;
color: black;
width: 640px;
font-size: 1.1em;
line-height: 1.2em;
}

p {
text-indent: 2em;
padding-bottom: 0;
}

.note {
font-size: .6em;
font-family: helvetica, sans-serif;
}

li {
list-style: none;
}

a:link {
color: blue;
padding: .1em;
}

a:visited {
color: blue;
text-decoration: line-through;
}

a:hover {
background-color: blue;
color: white;
}

a:active {
background-color: white;
}