/* global changes*/
a:link { color:#006600; font-weight: normal; font-family: Arial, Helvetica, sans-serif; font-size: medium}
a:hover { color: #0000CC; font-weight: bold; font-family: Arial, Helvetica, sans-serif; font-size: medium}
a:visited { color: #660066; font-weight: normal; font-family: Arial, Helvetica, sans-serif; font-size: medium}
a:visited:hover { color: #0000CC; font-weight: bold; font-family: Arial, Helvetica, sans-serif; font-size: medium}

/* initial class */
a.test1:hover {font-family: times; background-color: #ffffff; color: #001760}
a.test2:hover {font-style: italic; background-color: #ffffff; color: #001760}
a.test3:hover {font-variant: small-caps; background-color: #ffffff; color: #001760}
a.test4:hover {font-weight: bold; background-color: #ffffff; color: #001760}
a.test5:hover {font-size: 18px; background-color: #ffffff; color: #001760}
a.test6:hover {color: #ff0000; background-color: #ffffff;}
a.test7:hover {text-decoration: none; background-color: #ffffff; color: #001760}

a.footer_links:link {font-family: Arial, Helvetica, sans-serif; font-size: large; font-weight: normal; color: #CC3300}
a.footer_links:hover {font-family: Arial, Helvetica, sans-serif; font-size: large; font-weight: bold; color: #CC3300}
