body {color:darkblue;background-color:#FFFAAA;
            font-family: Arial
}
table {COLOR:black;
       FONT-SIZE:16px;
       FONT-FAMILY: Arial
}
a:link {color: yellow;
	text-decoration:none
}

a:visited {color: darkblue;
	text-decoration:none
}
a:hover{color:white;
        background-color:gray;
        text-decoration:none}
a:active {text-decoration:none;
}

