/* file 'link-styles.css' */

BODY {scrollbar-arrow-color : #ffcc33;}
BODY {scrollbar-base-color : #333333;}
BODY {margin-top: -1em;}
BODY {margin-left: -1em;}
BODY {margin-bottom: -1em;}


A:link {color: red; font-weight: bold;}
A:visited {color: blue; font-weight: bold;}
A:link {text-decoration: none;}
A:visited {text-decoration: none;}
A:hover {color: orange; font-weight: bold;}
A:active {color: orange; font-weight: bold;}

A.nav:link {color: #FFC76E;}
A.nav:visited {color: WHITE;}
A.nav:link {text-decoration: none;}
A.nav:visited {text-decoration: none;}
A.nav:hover {color: RED;}
A.nav:active {color: RED;}

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

body {background-color : #4B5E80}