/* CSS Document */

body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color:#000000;
}

a {
	color: #5F1418;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

h1 {
	font-size:16px;
	font-weight:bold;
	text-decoration: underline;
	color: #5F1418;
}

h2 {
	font-size:16px;
	font-weight:bold;
	font-style: italic;
	color: #7C9B28;
}

.bodytext {
	padding-left:40px;
	padding-right:10px;
}

.holiday {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#993300;
	font-size:22px;
	font-weight:bold;
}