@charset "UTF-8";
/* CSS Document */

#dinner h1 {
	font-size:26px; 
	font-weight:bold; 
	color:#336699; 
	font-variant:small-caps; 
	text-align:center;
}

#dinner h2 {
	font-family: Georgia, 'Times New Roman', Times, serif; 
	color:#336699; 
	margin-bottom:0px; 
	font-weight:bold; 
	font-variant:small-caps; 
	font-size:20px; 
	text-align:center;
}


#dinner p {
	text-align:center; 
	font-size:18px; 
	line-height:21px; 
	padding-bottom:3px; 
	margin-bottom:0px;
}

#dinner ul {
	margin: 0px 0px 0px 8px;
}

#dinner li {
	text-align:left; 
	font-size:18px; 
	line-height:21px; 
	padding-bottom:3px; 
	margin-bottom:0px;
	margin-left: 65px;
	margin-right: 65px;
	list-style:square #154676;
}

#dinner b {
	color: #336699;
}

.bottomline {
	border-bottom:#154676 dotted 2px ; 
	margin-bottom: 25px;
	padding-top:2px;
	margin-left: 175px;
	margin-right: 175px;
}

.smallprint {
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 9px; 
	padding-bottom:10px;
	font-style:italic;
}

#dinner a {
	color: #154676;
	text-decoration: none;
}

#dinner a:hover {
	text-decoration: underline;
}



