h3:hover{
    color: white;
	-webkit-text-stroke: 2px black;
}
.menu{
    font-family: Arial, "Bold", sans-serif;
    font-size: 80pt;
    margin-top: 10px;
}
.menu:hover, a:visited, a:link, a:active
{
    color: black;
    text-decoration: none;
}