/*
 *  Stylesheet common to all browsers.
 */
a:link.navig { text-decoration: underline; color: #000080; background-repeat: repeat; 
               background-attachment: scroll; background-position: none }
a:visited.navig { text-decoration: none; color: #0000B9; background-repeat: repeat; 
               background-attachment: scroll; background-position: none }
a:hover.navig { text-decoration: none; color: #0000FF; background-repeat: repeat; 
               background-attachment: scroll; background-position: 0% }
a:active.navig { text-decoration: none; color: #0000FF; background-repeat: repeat; 
               background-attachment: scroll; background-position: none }
a:link.icon         {background: none;}
a:visited.icon      {background: none;}
a:hover.icon { background-color: #88A6FF; background-repeat: repeat; background-attachment: 
               scroll; background-position: 0% }
a:active.icon       {background: none;}p            { color: #000080 }
body         { color: #000080; font-family: Arial }
a:link	{text-decoration: underline; color: #000080}
a:visited	{text-decoration: none; color: #0000B9}

a:hover	{text-decoration: none; color: #0000FF}

a:active	{text-decoration: none; color: #0000FF}
