@charset "UTF-8";

body {
margin: 0;
overflow: hidden;
font-family: Tahoma, Verdana, Bitstream Vera Sans;
font-size: 50px;
line-height: 1.2;
}

A:link, A:active, A:visited {
color: #FFFF00;
text-decoration: none;
}

A:hover {
color: #00FF00;
background-color: #FFFF00;
text-decoration: none;
}

