/* file 'link-styles.css' */

BODY {scrollbar-arrow-color : #000000;}
BODY {scrollbar-base-color : #BBD53C;}
BODY {BACKGROUND : #A3D39C;}
body {background-image: url(IMAGES/BACKGROUND.jpg);}
 
A:link {color: purple; 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: 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: black; font-weight: bold;}
A.ext:visited {color: black; font-weight: bold;}
A.ext:link {text-decoration: none;}
A.ext:visited {text-decoration: none;}
A.ext:hover {color: #red; font-weight: bold;}
A.ext:active {color: #red;}

P {color: #000000; font-family:  verdana; Arial; font-size: x-small;}
br {color: #000000; font-family: verdana; Arial; font-size: x-small;}
table {color: #000000; font-family: verdana; Arial; font-size: x-small;}
tr {color: #000000; font-family:  verdana; Arial; font-size: x-small;}

input,select,textarea
{
font-family: verdana; Arial; font-weight: bold;
font-size: 10px;
color: #000000;
background-color: #BBD53D;
border: 1px solid #0B3760;
}