/* default.css */

h1 { font-family: "Times New Roman"; font-weight: bold; font-size: 18px; color: #FFFFFF; margin-top: 0em; margin-bottom: 0em; }
h2 { font-family: "Times New Roman"; font-weight: bold; font-size: 16px; color: #025797; margin-top: 0em; margin-bottom: 0em; }

a:link    { color: #025797; text-decoration: underline; }
a:visited { color:#025797; text-decoration:underline; }
a:hover   { color:#025797; text-decoration:underline; font-weight: bold; }
a:active  { color:#025797; text-decoration:none; }

a.visitsite:link    { color: #FFFFFF; text-decoration: underline; font-weight: bold; }
a.visitsite:visited { color:#FFFFFF; text-decoration:underline; font-weight: bold; }
a.visitsite:hover   { color:#FFFFFF; text-decoration:underline; font-weight: normal; }
a.visitsite:active  { color:#FFFFFF; text-decoration:none; }