/* file 'link-styles.css' */

BODY {scrollbar-arrow-color : #B06D40;}
BODY {scrollbar-base-color : #0F283F;}
BODY {margin-top: -1em;}
BODY {margin-left: -1em;}
BODY {margin-bottom: -1em;}


A:link {color: #E4AE88; font-weight: bold;}
A:visited {color: silver; 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: #B56B39;}
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;}

body {background-color : #000000}

P {color: WHITE; font-family: VERDANA, Arial; font-size: x-small;}
br {color: WHITE; font-family: VERDANA, Arial; font-size: x-small;}
table {color: WHITE; font-family: VERDANA, Arial; font-size: x-small;}
tr {color: WHITE; font-family: VERDANA, Arial; font-size: x-small;}

input,select,textarea
{
font-family: Verdana, Arial, Geneva, sans-serif;
font-size: 10px;
color: #000000;
background-color: #B56B39;
border: 2px solid #000000;
}