/* file 'link-styles.css' */

BODY {scrollbar-arrow-color : #E07601;}
BODY {scrollbar-base-color : #C4DF9B;}

A:link {color: red; 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: silver; font-weight: bold;}
A.nav:visited {color: silver; font-weight: bold;}
A.nav:link {text-decoration: none;}
A.nav:visited {text-decoration: none;}
A.nav:hover {color: yellow; font-weight: bold;}
A.nav:active {color: yellow;}

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: Calibri, verdana; font-size: small;}
br {color: black; font-family: Calibri, verdana; font-size: small;}
table {color: black; font-family: Calibri, verdana; font-size: small;}
tr {color: black; font-family: Calibri, verdana; font-size: small;}

input,select,textarea
{
font-family: Calibri, Arial, Geneva, sans-serif;
font-size: 11px;
color: #000000;
background-color: #ffffff;
border: 2px solid #000000;
}