/* file 'link-styles.css' */

BODY {scrollbar-arrow-color : white;}
BODY {scrollbar-base-color : #CD6023;}

A:link {color: #CD6023; font-weight: bold;}
A:visited {color: gray; 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: WHITE; font-weight: bold;}
A.nav:visited {color: #E2E8EB; font-weight: bold;}
A.nav:link {text-decoration: none;}
A.nav:visited {text-decoration: none;}
A.nav:hover {color: SILVER; font-weight: bold;}
A.nav:active {color: SILVER;}

A.ext:link {color: #cc9933; font-weight: bold;}
A.ext:visited {color: silver; font-weight: bold;}
A.ext:link {text-decoration: none;}
A.ext:visited {text-decoration: none;}
A.ext:hover {color: white; font-weight: bold;}
A.ext:active {color: white;}

input,select,textarea
{
font-family: Arial, Geneva, sans-serif;
font-size: 10px;
color: #000000;
background-color: #ffffcc;
border: 2px solid #000000;
}