
body {background-color: #003366; color: white}

a:link {color: white}
a:visited {color: white}
a:hover {color: red}
a:active {color: white}

a.show:link {color: white; font-weight:bold; font-style: italic}
a.show:visited {color: white; font-weight:bold; font-style: italic}
a.show:hover {color: red; font-weight:bold; font-style: italic}
a.show:active {color: white; font-weight:bold; font-style: italic}

