/* file 'link-styles.css' */
BODY {margin-top: -1em;}
BODY {margin-left: -1em;}

A:link {color: #F7F7DB; font-weight: bold;}
A:visited {color: #D6FBD1; font-weight: bold;}
A:link {text-decoration: none;}
A:visited {text-decoration: none;}
A:hover {color: orange; font-weight: bold;}
A:active {color: orange;}

A.nav:link {color: YELLOW; font-weight: bold;}
A.nav:visited {color: yellow; font-weight: bold;}
A.nav:link {text-decoration: none;}
A.nav:visited {text-decoration: none;}
A.nav:hover {color: orange; font-weight: bold;}
A.nav:active {color: orange;}

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: Helvetica, Arial}