/* file 'link-styles.css' */

BODY {scrollbar-arrow-color : #FFFF00;}
BODY {scrollbar-base-color : #350031;}

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: YELLOW; 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: WHITE; font-weight: bold;}
A.nav:active {color: WHITE;}

A.ext:link {color: #B9A592; font-weight: bold;}
A.ext:visited {color: gray; 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;}

P {color: PURPLE; font-family: VERDANA; font-size: x-small;}
br {color: PURPLE; font-family: VERDANA; font-size: x-small;}
table {color: PURPLE; font-family: VERDANA; font-size: x-small;}
tr {color: PURPLE; font-family: VERDANA; font-size: x-small;}

input,select,textarea
{
font-family: Verdana, Arial, Geneva, sans-serif;
font-size: 10px;
color: #350031;
background-color: #FFCC00;
border: 2px solid #000000;
}