a:hover{
color:Red;
background : Lime;
}

A:ACTIVE {
background : Red;
}

A:VISITED {
background : Silver;
}

a:link { 
text-decoration: none 
}

a:hover { 
border-style: groove; 
border-width: 1px; 
border-color: black 
}

body
{
scrollbar-face-color : #008080; 
scrollbar-highlight-color : #008080;
scrollbar-3dlight-color : #F0F0F0; scrollbar-shadow-color : #000000;
scrollbar-darkshadow-color : #F0F0F0; scrollbar-track-color : #c0c0c0;
scrollbar-arrow-color : #E7C503
}

/* BLUE BUTTONS */
a.buttblue {	
         font-weight: bold;	
         font-size: 9px;
		 letter-spacing: 0.33em;
		 margin: 4px 2px 4px 2px;	
         font-family: Verdana, Arial, Helvetica, sans-serif;	
         padding: 3px 6px;	
         border-top: 3px solid white;	
         border-right: 3px solid black;	
         border-bottom: 3px solid black;	
         border-left: 3px solid white;
		 border-style: ridge;	
         text-align: center;	
         width: 75px;	
         text-transform: uppercase;
}

/* BLUE BUTTONS */
a.buttblue:link { 	
              background-color: #336699; 	
              color: #FFF;	
              text-decoration: none;	
}



a.buttblue:visited {	
                 background-color: #336699; 	
                 color: #fff;	
                 text-decoration: none;	
}



a.buttblue:hover { 	
               background-color: #336699; 	
               color: red;	
               border-color: black white white black;	
               text-decoration: none;	
}



a.buttonblue:active { 	
                background-color: #369; 	
                color: #ccc; 	
                text-decoration: none;	
}


/* GREEN BUTTONS */
a.buttgreen {	
         font-weight: bold;	
         font-size: 9px;
		 letter-spacing: 0.33em;
		 margin: 4px 2px 4px 2px;	
         font-family: Verdana, Arial, Helvetica, sans-serif;	
         padding: 3px 6px;	
         border-top: 3px solid white;	
         border-right: 3px solid black;	
         border-bottom: 3px solid black;	
         border-left: 3px solid white;
		 border-style: ridge;	
         text-align: center;	
         width: 75px;	
         text-transform: uppercase;
}


a.buttgreen:link { 	
              background-color: #008080; 	
              color: #FFF;	
              text-decoration: none;	
}



a.buttgreen:visited {	
                 background-color: #008080; 	
                 color: #fff;	
                 text-decoration: none;	
}



a.buttgreen:hover { 	
               background-color: #008080; 	
               color: red;	
               border-color: black white white black;	
               text-decoration: none;	
}



a.buttgreen:active { 	
                background-color: #369; 	
                color: #ccc; 	
                text-decoration: none;	
}


/* RED BUTTONS */
a.buttred {	
         font-weight: bold;	
         font-size: 9px;
		 letter-spacing: 0.33em;
		 margin: 4px 2px 4px 2px;	
         font-family: Verdana, Arial, Helvetica, sans-serif;	
         padding: 3px 6px;	
         border-top: 3px solid white;	
         border-right: 3px solid black;	
         border-bottom: 3px solid black;	
         border-left: 3px solid white;
		 border-style: ridge;	
         text-align: center;	
         width: 75px;	
         text-transform: uppercase;
}


a.buttred:link { 	
              background-color: #800000; 	
              color: #FFF;	
              text-decoration: none;	
}



a.buttred:visited {	
                 background-color: #800000; 	
                 color: #fff;	
                 text-decoration: none;	
}



a.buttred:hover { 	
               background-color: #800000; 	
               color: red;	
               border-color: black white white black;	
               text-decoration: none;	
}



a.buttred:active { 	
                background-color: #369; 	
                color: #ccc; 	
                text-decoration: none;	
}


/* GOLD BUTTONS */
a.buttgold {	
         font-weight: bold;	
         font-size: 9px;
		 letter-spacing: 0.33em;
		 margin: 4px 2px 4px 2px;	
         font-family: Verdana, Arial, Helvetica, sans-serif;	
         padding: 3px 6px;	
         border-top: 3px solid white;	
         border-right: 3px solid black;	
         border-bottom: 3px solid black;	
         border-left: 3px solid white;
		 border-style: ridge;	
         text-align: center;	
         width: 75px;	
         text-transform: uppercase;
}


a.buttgold:link { 	
              background-color: #D28E28; 	
              color: #FFF;	
              text-decoration: none;	
}



a.buttgold:visited {	
                 background-color: #D28E28; 	
                 color: #fff;	
                 text-decoration: none;	
}



a.buttgold:hover { 	
               background-color: #D28E28; 	
               color: red;	
               border-color: black white white black;	
               text-decoration: none;	
}



a.buttgold:active { 	
                background-color: #369; 	
                color: #ccc; 	
                text-decoration: none;	
}


    /* SMALL BLUE BUTTONS */
a.buttbluesm {	
         font-weight: bold;	
         font-size: 9px;
		 letter-spacing: 0.33em;
		 margin: 4px 2px 4px 2px;	
         font-family: Verdana, Arial, Helvetica, sans-serif;	
         padding: 2px 4px;	
         border-top: 2px solid white;	
         border-right: 2px solid black;	
         border-bottom: 2px solid black;	
         border-left: 2px solid white;
		 border-style: ridge;	
         text-align: center;	
         width: 200px;	
         text-transform: uppercase;
}


a.buttbluesm:link { 	
              background-color: #336699; 	
              color: #FFF;	
              text-decoration: none;	
}



a.buttbluesm:visited {	
                 background-color: #336699; 	
                 color: #fff;	
                 text-decoration: none;	
}



a.buttbluesm:hover { 	
               background-color: #336699; 	
               color: red;	
               border-color: black white white black;	
               text-decoration: none;	
}



a.buttbluesm:active { 	
                background-color: #369; 	
                color: #ccc; 	
                text-decoration: none;	
}

    /* GREEN SMALL BUTTONS */
a.buttgreensm {	
         font-weight: bold;	
         font-size: 12px;
		 letter-spacing: 0.33em;
		 margin: 4px 2px 4px 2px;	
         font-family: Verdana, Arial, Helvetica, sans-serif;	
         padding: 2px 4px;	
         border-top: 2px solid white;	
         border-right: 2px solid black;	
         border-bottom: 2px solid black;	
         border-left: 2px solid white;
		 border-style: ridge;	
         text-align: center;	
         width: 20px;	
         text-transform: uppercase;
}


a.buttgreensm:link { 	
              background-color: #008080; 	
              color: #FFF;	
              text-decoration: none;	
}



a.buttgreensm:visited {	
                 background-color: #008080; 	
                 color: #fff;	
                 text-decoration: none;	
}



a.buttgreensm:hover { 	
               background-color: #008080; 	
               color: red;	
               border-color: black white white black;	
               text-decoration: none;	
}



a.buttgreensm:active { 	
                background-color: #369; 	
                color: #ccc; 	
                text-decoration: none;	
}


    /* SMALL RED BUTTONS */
a.buttredsm {	
         font-weight: bold;	
         font-size: 9px;
		 letter-spacing: 0.33em;
		 margin: 4px 2px 4px 2px;	
         font-family: Verdana, Arial, Helvetica, sans-serif;	
         padding: 2px 4px;	
         border-top: 2px solid white;	
         border-right: 2px solid black;	
         border-bottom: 2px solid black;	
         border-left: 2px solid white;
		 border-style: ridge;	
         text-align: center;	
         width: 200px;	
         text-transform: uppercase;
}


a.buttredsm:link { 	
              background-color: #800000; 	
              color: #FFF;	
              text-decoration: none;	
}



a.buttredsm:visited {	
                 background-color: #800000; 	
                 color: #fff;	
                 text-decoration: none;	
}



a.buttredsm:hover { 	
               background-color: #800000; 	
               color: red;	
               border-color: black white white black;	
               text-decoration: none;	
}



a.buttredsm:active { 	
                background-color: #369; 	
                color: #ccc; 	
                text-decoration: none;	
}


    /* SMALL GOLD BUTTONS */
a.buttgoldsm {	
         font-weight: bold;	
         font-size: 9px;
		 letter-spacing: 0.33em;
		 margin: 4px 2px 4px 2px;	
         font-family: Verdana, Arial, Helvetica, sans-serif;	
         padding: 2px 4px;	
         border-top: 2px solid white;	
         border-right: 2px solid black;	
         border-bottom: 2px solid black;	
         border-left: 2px solid white;
		 border-style: ridge;	
         text-align: center;	
         width: 200px;	
         text-transform: uppercase;
}


a.buttgoldsm:link { 	
              background-color: #D28E28; 	
              color: #FFF;	
              text-decoration: none;	
}



a.buttgoldsm:visited {	
                 background-color: #D28E28; 	
                 color: #fff;	
                 text-decoration: none;	
}



a.buttgoldsm:hover { 	
               background-color: #D28E28; 	
               color: red;	
               border-color: black white white black;	
               text-decoration: none;	
}



a.buttgoldsm:active { 	
                background-color: #369; 	
                color: #ccc; 	
                text-decoration: none;	
}
