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