BODY {
	background-color: #547594;
	background-image: url(back.jpg);
	background-repeat: repeat;
	font-family: Arial, Sans-Serif;
//	color: #09164F;
	color: white;
}


.feelings {
	text-align: right;
	font-family: "Lucida Console", Sans-Serif;
	color: #B4B2A3;
}

.place {
	text-align: center;
}

.menu {
	font-weight: 600;
	font-size: 15px;
	text-align: center;
}

/* proper order for the anchor psuedo styles: link,visted,hover,active */
A:link    { color: #DD3322 }
A:visited { color:  #AA1100 }
A:hover { text-decoration: underline; background-color: #CCCCCC; color: #000000; }
A:active  { color: #999999 }

