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



