body{
	background:#ffffff;
}
a{ text-decoration:none; color:#00a; }
a:hover{ color:#75d8ea} , a:active, a:focus, a.current:visited, a.current{ color:#ff0000; }

h1{
	font-size:72pt;
}

h2{
	font-size:48pt;
}

div#menu{
	z-index:2;
	top:50pt;
	width:600pt;
	height:650pt;
	text-align: center;
	font-family: 'Lobster', arial, serif;
	font-size:36pt;
	margin-left:30pt;
	-webkit-transform: rotate(-5deg);	
	position:absolute;
	background:#eff0dd;	
}
div#menushadow{
	z-index:1;
	top:54pt;
	width:600pt;
	height:650pt;
	margin-left:35pt;
	-webkit-transform: rotate(-5deg);	
	position:absolute;
	background:#555555;	
}

