a {
    font-family: arial; serif;
    /*font-size: 14px;*/
    color: black;
    text-decoration: none;
    cursor:hand;
    color-active: grey;
    background-color: transparent;
    font-style: normal;
    font-size: 14px;
    font-weight: bold;
    /*border: 1px solid black;*/
}

a.hover {
  background: black;
  color: white;
}

a.link {
	color: black;
}

a.visited {
	color: #grey;
}

a.active {
	color: #white;
}