/* 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:link.nav {color: white; font-weight: bold;}
a:visited.nav {color: #fffbdf; font-weight: bold;}
a:link.nav {text-decoration: none;}
a:visited.nav {text-decoration: none;}
a:hover.nav {color: yellow; font-weight: bold;}
a:active.nav {color: yellow;}

a:link.ext {color: red; font-weight: bold;}
a:visited.ext {color: purple; font-weight: bold;}
a:link.ext {text-decoration: none;}
a:visited.ext {text-decoration: none;}
a:hover.ext {color: ORANGE; font-weight: bold;}
a:active.ext {color: ORANGE;}

P {color: black; font-family: VERDANA}
b {color: ORANGE; font-family: VERDANA}