body.main {
font-family: "Century Gothic", Arial;
color: red;
background-color: black;
}

a:link {
color: #990000; text-decoration: underline; 
}

a:active {
color: #0000ff; text-decoration: underline; 
}

a:visited {
color: #990000; text-decoration: underline; 
}

a:hover {
color: #009900; text-decoration: none; 
}
