body {
color: #156d6d;
font-family: Arial;
font-size: 16px;
line-height: 1.5;
text-align: center;
}

a, a:link, a:active, a:visited {
color: #93475b;
font-weight: bold;
border-bottom: 1px solid #617fa6;
text-decoration: none;
}

a:hover {
color: #c2667e;
font-weight: bold;
border-bottom: 1px dotted #4a3174;
text-decoration: none;
}

#content {
margin: 20 auto;
width: 700px;
text-align: left;
}

#center {
text-align: center;
}