body {
	background-color: #FF6600;
	color: White;
	font-family: Arial, Helvetica, Sans-serif;
	font-weight: bold;
}
h1 {
   width: 200px;
	text-align: center;
	font-size: 18pt;
}
p {
   width: 200px;
	text-align: center;
	font-size: 13pt;
}
#cell {
	width: 200px;
	height: 24px;
	border: 0px solid #646464;
	vertical-align: center;
	background-image: url(Images/menu_l1.jpg);
}
a#menu {
	display: block;
	width: 200px;
	height: 24px;
	text-align: center;
	text-decoration: none;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 10pt;
	font-weight: bold;
	background-image: url(Images/menu_l1.jpg);
	color: White;
}
a#menu:visited {
   background-image: url(Images/menu_l1.jpg);
	color: White;
}	
a#menu:active, a#menu:hover {
	background-image: url(Images/menu_l2.jpg);
	color: #FF6600;
}