/*-------------------------------------------------
links
-------------------------------------------------*/

a.port:link {color: #808080; text-decoration: none;}
a.port:visited {color: #808080; text-decoration: none;}
a.port:hover {color: blue; text-decoration: underline;}
a.port:active {color: #808080; text-decoration: underline;}

a:link {color: blue; text-decoration: none;}
a:visited {color: blue; text-decoration: none;}
a:hover {color: blue; text-decoration: underline;}
a:active {color: blue; text-decoration: underline;}