a:link    /* initial state of the link */    
                  { color: white; font-size: 10pt; font-family: Arial, Verdana; font-style: italic; font-weight: bold; text-decoration: none; background: transparent }

a:visited    /* stays this color after being clicked */    
             { color: white; font-size: 10pt; font-family: Arial, Verdana; font-style: italic; font-weight: bold; text-decoration: none; background: transparent }

a:focus   /* turns this color when pressed */ 
     { color: black; font-size: 12pt; font-family: Arial, Verdana; font-style: normal; font-weight: bold; text-decoration: none; background: transparent }

a:hover      /* turns this color when mouse is hovered over it */     
         { color: fuchsia; font-family: Arial, Verdana; font-style: italic; font-weight: bold; text-decoration: none; background: transparent }

a:active     /* active */    
        { color: blue; font-size: 10pt; font-family: Arial, Verdana; font-style: normal; font-weight: bold; text-decoration: none; background: transparent }
