body {
}
a:link {
color: blue;   
}
a:visited {
color: #000099;
}
a:hover {
color: #AF40BA;
}
a:active {
color: #000099;
}


