/* file 'link-styles.css' */

BODY {scrollbar-arrow-color : #ffffff;}
BODY {scrollbar-base-color : #000000;}
BODY {Background-attachment: fixed;}

A:link {color: darkred; font-weight: bold;}
A:visited {color: darkorange; font-weight: bold;}
A:link {text-decoration: none;}
A:visited {text-decoration: none;}
A:hover {color: brown; font-weight: bold;}
A:active {color: brown;}

A.ext:link {color: blue; font-weight: bold;}
A.ext:visited {color: silver; font-weight: bold;}
A.ext:link {text-decoration: none;}
A.ext:visited {text-decoration: none;}
A.ext:hover {color: yellow; font-weight: bold;}
A.ext:active {color: yellow;}

P {color: #000000; font-family:  Arial; font-size: small;}
br {color: #000000; font-family: Arial; font-size: small;}
table {color: #000000; font-family: Arial; font-size: small;}
tr {color: #000000; font-family: Arial; font-size: small;}