@charset "utf-8";
/* CSS Document */

html { 
	height: 101%;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/liz_tea_room_background.jpg);
	background-repeat:repeat-y;
	background-position:center
}
p {
	font-family: Verdana;
	font-size: 11px;
	line-height: 18px;
	color: #4F6F18;
	margin-bottom:0px;
}
a {
	color: #C3B600;
}
a:hover {
	text-decoration: none;
}
ul {
	margin-top:0px;
	font-family: Verdana;
	font-size: 11px;
	line-height: 18px;
	color: #4F6F18;
}
h1 {
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #4F6F18;
	text-decoration: underline;
}
h2 {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #C3B600;
	text-decoration: underline;
}
.footer {
	font-family: Verdana;
	font-size: 12px;
	line-height: 19px;
}
