.navbar {
	font-family: Arial, Helvetica, sans-seri;
	font-size: 11px;
	font-style: normal;
	line-height: 1.5;
	font-weight: bold;
	color: plum;
	text-decoration: none;
	background-color: lavenderblush;
}

table {
	border-collapse: collapse
}

h1 {
	color: white;
	background-color: darkslateblue;
	width:100%;
	text-align: center;
}

h2 {
	width:100%;
	text-align: center;
}

h3 {
	width:100%;
	text-align: center;
}

h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: darkslateblue;
}
p {
	font-family: Arial, Helvetica, sans-seri;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: black;

}
p.titles { 
	font-family: Arial, Helvetica, sans-seri;
	font-size: 12pt;
	line-height: 25pt;
	font-weight: bold;
	font-style: italic;
}
p.holidaytitles { 
	font-family: Arial, Helvetica, sans-seri;
	font-size: 12pt;
	line-height: 25pt;
	font-weight: bold;
	font-style: italic;
	color: darkmagenta;
	text-align: center;
}
p.holiday {
	text-align: center;
	font-style: normal;
	font-size: 11pt;
	font-weight: bold;
}
p.opening {
	text-align: left;
	font-style: normal;
}
p.closing {
	text-align: center;
	font-style: italic;
}
p.subtitle {
	text-indent: 20px;
	font-weight: bold;
}

a:link {
	text-decoration: none;
	color: steelblue;
	font-weight: bold;
}

a:visited {
	color: plum;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	font-style: normal;
	line-height: normal;
	color: midnightblue;
}

a:active {
	color: plum;
	text-decoration: none;
}


a.title:link {
	color: steelblue;
 	line-height: 150%;
}
a.title:visited {
	color: steelblue;
 	line-height: 150%;
}
a.title:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	font-style: normal;
	line-height: 150%;
	color: midnightblue;
}

body {
	font-size: 12px;
        font-family: Arial, Helvetica, sans-serif;
}

td {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
        vertical-align: top;
        height: 150%;
}

td.caltitle {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	color: darkmagenta;
	text-align: center;
        vertical-align: top;
        height: 150%;
}

td.image {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
        vertical-align: middle;
        height: 150%;
}