/* BlackOrange CSS */

/* Set the default font */
body, p, td, th, li {font-family: Arial, Helvetica, sans-serif;}

/* Don't set these to an em or %, so nested items get smaller and smaller */
p {
	font-style: normal;
}

body, td {
	font-size: 80%;
	font-style: normal;
}

.aboutTable {
	color: #666633;
	font-size: 10pt;
	font-weight: bold;
}

.bgHistory {
	background: url(../history/images/middle.jpg);
	background-repeat: no-repeat;
}

.menuTitle {
	font-weight: bold;
	color: #ffcc00;
}
.menuDesc {
	color: #ffffff;
}
.menuPrice {
	font-weight: bold;
	color: #ffcc00;
}

/* Set images to have no borders */
img { border: 0; }

/* Set links styles */
a:link {
	color: #000000;
	text-decoration: underline;
	}
a:visited {
	color: #000000;
	text-decoration: underline;
	}
a:hover {
	color: #000000;
	text-decoration: underline;
	}
