/* file 'link-styles.css' */
BODY {margin-top: -1em;}
BODY {margin-left: -1em;}

A:link {color: ORANGE;}
A:visited {color: SILVER;}
A:link {text-decoration: none;}
A:visited {text-decoration: none;}
A:hover {color: RED; text-decoration: underline;}
A:active {color: RED;}

A.nav:link {color: RED; font-weight: bold;}
A.nav:visited {color: MAROON; font-weight: bold;}
A.nav:link {text-decoration: none;}
A.nav:visited {text-decoration: none;}
A.nav:hover {color: BLACK; font-weight: bold;}
A.nav:active {color: BLACK;}

A.ext:link {color: GREEN; font-weight: bold;}
A.ext:visited {color: purple; font-weight: bold;}
A.ext:link {text-decoration: none;}
A.ext:visited {text-decoration: none;}
A.ext:hover {color: #800000; font-weight: bold;}
A.ext:active {color: #800000;}

P {color: black; font-family: VERDANA, Arial}