body {
background: white;
color:black;
font-size:12px;
font-family:sans-serif;
}

span.titleText {
font-size:16px;
font-weight:bold;
letter-spacing:.5em;
}

a:link {
color:blue;
}

a:hover {
color:red;
}

a:visited {
color:purple;
}