body {
	font-family: tahoma, Arial, sans-serif;
	color: "#191970";
	font-size: x-small;
	background-color: #8B0000;
}

SPAN.price {
font-family: tahoma, arial, helvetica, sans-serif;
color: white;
font-weight: bold;
font-size: xx-small;
background-color: firebrick;
border-top: 1px ridge navy;
border-left: 1px ridge navy;
border-right: 1px ridge navy;
border-bottom: 1px ridge navy;
padding: 1px;
text-decoration: none;
}

SPAN:hover {
font-size: larger;
}
	
table {
	background-color: #FFFFFF;
}

a {
     font-size: x-small;
}

A.menulink {
display: block;
width: 120px;
text-align: center;
text-decoration: none;
font-family:arial;
font-size:14px;
color: #000080;
BORDER: none;
border: solid 1px #000000;
}

A.menulink:hover {
border: solid 1px #6100C1;
background-color:#000080;
color: #FFFFFF;
font-weight: bold;
}

