a.nav:link { color: #000000; text-decoration: none;   ; font-weight: bold; font-size : 10px; }
a.nav:visited { color: #FFFFFF; text-decoration: none;  ; font-weight: bold; font-size : 10px; }
a.nav:hover { color: #000000;  text-decoration: underline;  ; font-weight: bold; font-size : 10px; }

a.cat:link { color: #9966FF; text-decoration: underline;   ; font-weight: bold; font-size : 10px; }
a.cat:visited { color: #9966FF; text-decoration: underline;  ; font-weight: bold; font-size : 10px; }
a.cat:hover { color: #CCCCFF;  text-decoration: none;  ; font-weight: bold; font-size : 10px; }

a.subcat:link { color: #9966FF; text-decoration: underline;   ; font-weight: bold; font-size : 9px; }
a.subcat:visited { color: #9966FF; text-decoration: underline;  ; font-weight: bold; font-size : 9px; }
a.subcat:hover { color: #CCCCFF;  text-decoration: none;  ; font-weight: bold; font-size : 9px; }

a.:link { color: #9966FF; text-decoration: underline; font-weight:bold; font-size : 11px;  }
a.:visited { color: #9966FF; text-decoration: underline; font-weight:bold; font-size : 11px; }
a.:hover { color: #CCCCFF;  text-decoration: none; font-weight:bold;  font-size : 11px; }


a.page:link { color: #9966FF; text-decoration: underline; font-weight:bold; font-size : 11px; font-family: Arial, Helvetica, sans-serif; }
a.page:visited { color: #9966FF; text-decoration: underline; font-weight:bold; font-size : 11px; font-family: Arial, Helvetica, sans-serif; }
a.page:hover { color: #CCCCFF;  text-decoration: none; font-weight:bold;  font-size : 11px; font-family: Arial, Helvetica, sans-serif; }




select
    {
     border : 1px #9966FF solid;
     color : #000000;
	 background-color: #FFFFFF;
     font-family : Verdana, Arial, Helvetica, sans-serif;
     font-size : 10px; 
    }
input
    {
     border : 1px #9966FF solid;
     color : #000000;
	 background-color: #FFFFFF;
     font-family : Verdana, Arial, Helvetica, sans-serif;
     font-size : 10px; 
    }
textarea
    {
     border : 1px #9966FF solid;
     color : #000000;
	 background-color: #FFFFFF;
     font-family : Verdana, Arial, Helvetica, sans-serif;
     font-size : 10px; 
   }
.button
    { 
     font-family: Arial, Helvetica, sans-serif; font-size: 10x; color: #000000
     font-weight:bold;
     background-color: #CCCCFF; border: #9966FF;
     border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px;
     cursor: hand;
    }
