BODY {
	margin-top : 5px;
	background : url(images/bground.gif) repeat-y;
}
P {
	font-weight : bold;
	font : Arial, Helvetica, sans-serif;
}

P.menu {
	background-color : #00008B;
}
 TABLE.menu {
	background-color : #0000CD;
}
P.bottom {
	font-size : smaller;
	text-align : center;
}

A.menu{
	background-color : #0000CD;
	color:white;
	font-weight: bold;
}
A.deal{
	background-color : Yellow;
	color : Red;
	font-weight : bold;
}
DIV.here {
	color: Red;
	font-weight: bold;
}
DIV.deal{
	background-color : Yellow;
	color : Red;
	font-weight : bold;
}

A.menu:hover {
	color: Aqua;
}
A.deal:hover{
	color: Aqua;
	background-color :  #0000CD;
}
