<!-- -Ext CSS to add rules to website pages
     -local page code overrides ext .css -->





<!-- Donie img logo -->

#topright {
position: absolute;
right: 0;
top: 10;
display: block;
height: 100px;
width: 100px;
background: url(http://www.donie.biz/Dupset.gif) no-repeat;
}

-->
<!-- 
text-indent: -999em;
text-decoration: none;}
-->



<!-- Colored Scrollbar using CSS -->

<!-- Yelow/green are comfortable to eyes
..Red goes well with yellow ie yellow brings out red  -->



BODY
{
scrollbar-face-color:#ffff00;
scrollbar-arrow-color:#ff0000;              
scrollbar-track-color:#00ff00;
scrollbar-shadow-color:'ff0000';
scrollbar-highlight-color:'ff0000';
scrollbar-3dlight-color:'00ff00';
scrollbar-darkshadow-Color:'00ff00';
}


<!-- Fin de Colored Scrollbar using CSS -->



a:link { 
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 12px; 
font-weight: bold; 
color: #365C9A; 
padding: 3px; 
} 
a:hover { 

font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 12px; 
font-weight: bold; 
color: #365C9A; 
padding: 3px; 
text-decoration: underline; 
} 
a:visited { 

font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 12px; 
font-weight: bold; 
color: #365C9A; 
padding: 3px; 
} 
a:active {
