

/*
a:focus {
    font : 13pt arial, sans;
    background : white;
  }


a:link {
    font : 13pt arial, sans;
    outline : yellow;
    border-bottom-color : yellow;
    color : yellow;
    text-decoration : underline;
  }

	
a:visited {
    font : 13pt arial, sans;
    background : white;
    color : yellowgreen;
  }

a:hover{
    background : white;
    font : italic 13pt arial,sans;
    outline : blue;
    color : black;
    text-decoration : none;

*/


}
