A:link {color: blue;}
A:active {color: darkblue;}
A:visited {color: darkblue;}
A:hover {color: red;}

A.menu:link {color: black; font-weight: bold}
A.menu:active {color: black;}
A.menu:visited {color: black;}
A.menu:hover {color: red;}

BODY {font-family: Verdana, Arial, "Times New Roman";
	background-color: #fffaf4; }
BODY.menu { background-color: lightgrey; }

