/* file 'link-styles.css' */

BODY {scrollbar-arrow-color : #FFFF00;}
BODY {scrollbar-base-color : #0053A5;}

A:link {color: 0D4F8E; font-weight: bold;}
A:visited {color: gray; font-weight: bold;}
A:link {text-decoration: none;}
A:visited {text-decoration: none;}
A:hover {color: darkred; font-weight: bold;}
A:active {color: darkred;}

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, Arial; font-size: small;}
br {color: black; font-family: Calibri, Arial; font-size: small;}
table {color: black; font-family: Calibri, Arial; font-size: small;}
tr {color: black; font-family: Calibri, Arial; font-size: small;}

input,select,textarea
{
font-family: Calibri, Arial, Geneva, sans-serif;
font-size: 11px;
color: #000000;
background-color: #E6E6E6;
border: 2px solid #000000;
}