/* CSS Document */

h1, h2, h3, h4, h5, h6 {
	margin-top: 0px;
	margin-bottom: 5px;
}

h1 {
	font-size: 24px;
	color: yellow;
}
h2 {
	font-size: 18px;
	color: #00CC00;
}
h3 {
	font-size: 16px;
	color: yellow;
}
h4 {
	font-size: 14px;
	color: #00CC00;
}
h5 {
	font-size: 12px;
	color: yellow;
}
h6 {
	font-size: 10px;
	color: #00CC00;
	line-height: 12px;
}
p {
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
}
.pt08 {font-size: 08px;line-height: 120%;}
.pt10 {font-size: 10px;line-height: 120%;}
.pt12 {font-size: 12px;line-height: 120%;}
.pt14 {font-size: 14px;line-height: 120%;}
.pt16 {font-size: 16px;line-height: 120%;}
.pt18 {font-size: 18px;line-height: 120%;}
.pt20 {font-size: 20px;line-height: 120%;}

#beverages p{
	font-size: 16pt;
	}
.smalltext {
	font-size: 11px;
}
.calendar {
	font-size: 10px;
}
.calendar td {
	vertical-align: top;
	white-space: nowrap;
	padding: 3px;
}
blockquote {
	margin: 10px 10px 10px 10px;
}
li {
	padding-top: 10px;
}