font {
color : #000000;
font-size : 14px;
font-family : "Courier New", Courier, mono;
text-decoration : none;
}

bigfont{
color : #000000;
font-size : 18px;
font-family : "Courier New", Courier, mono;
text-decoration : none;
}

a {
color : yellow;
font-size : 14px;
font-family : "Courier New", Courier, mono;
text-decoration : none;
background-color : grey;
}

BODY {
background-color : grey;
}

a:hover {
color : black;
background-color : yellow;

}