﻿/* file 'link-styles.css' */

BODY {scrollbar-arrow-color : #FFFF00;}
BODY {scrollbar-base-color : #350031;}

BODY {margin-top: 0;}
BODY {margin-bottom: 0;}
BODY {margin-left: 0;}

A:link {color: black; font-weight: bold;}
A:visited {color: #F9F3AC; font-weight: bold;}
A:link {text-decoration: none;}
A:visited {text-decoration: none;}
A:hover {color: #630460; font-weight: bold;}
A:active {color: #630460;}

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: #CCC9E8; 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: #32004B; font-family: VERDANA; font-size: small;}
br {color: #32004B; font-family: VERDANA; font-size: small;}
table {color: #32004B; font-family: VERDANA; font-size: small;}
tr {color: #32004B; font-family: VERDANA; font-size: small;}

input,select,textarea
{
font-family: Verdana, Arial, Geneva, sans-serif;
font-size: 10px;
color: #350031;
background-color: #cccccc;
border: 2px solid #000000;
}
