a:link {color: #003296}     /* unvisited link */
a:link {text-decoration: none}
a:link {font-weight:bold}

a:visited {color: #21468F}  /*  visited link */
a:visited {text-decoration: none}
a:visited {font-weight:bold}

a:hover {color: #EB675C}   /* mouse over link */

a:active {color: #EB675C}   /* selected link */

p {font-family: verdana}
