
a:visited { color: blue; font-weight: bold; text-decoration: none }
a:link { color: blue; font-weight: bold; text-decoration: none }
a { color: blue; font-weight: bold; text-decoration: blink }
a:hover { color: black; font-weight: bold; text-decoration: underline }
body    { font-family: "Trebuchet MS", verdana, Georgia, "Times New Roman" }