a {
}
h3 {
	color: #002525;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Palatino;
	font-weight: 400
}
h1 {
	color: #002525;
	font-size: 60px;
	font-family: Georgia, "Times New Roman", Palatino
}
h5 {
	color: #002525;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Palatino;
	font-weight: 300
}
p {
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Palatino, Times, Verdana
}
.greenornament {
	color: #002525;
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Palatino;
	font-weight: bold
}
.greensans {
	color: #002525;
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal
}
.greensansbold {
	color: #002525;
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold
}
.month_name {
	color: #031819;
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 2em;
}
.bold blue {
	color: #00414b;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Palatino;
	font-weight: bold
}
.bold green {
	color: #00414b;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Palatino;
	font-weight: bold
}
.comic {
	color: #00414b;
	font-size: 14px;
	font-family: "Comic Sans MS", "Courier New", Courier, Georgia
}
.no_underline {
	text-decoration: none
}
.ornament {
	color: #8c0a0a;
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Palatino;
	font-weight: bold
}
.smallcaps {
	color: #a00a2b;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Palatino;
	font-variant: small-caps;
	font-weight: 500;
	text-transform: lowercase;
	letter-spacing: 1px
}
.typewriter {
	color: #002525;
	font-size: 14px;
	font-family: "Courier New", Courier, Monaco;
	line-height: 0
}
.sans {
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, "Courier New"
}
.fixedsans {
	font-size: 0.9em;
	font-family: Verdana, Arial, Helvetica, "Courier New"
}
.sans_sc {
	font-size: 0.9em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-variant: small-caps
}
.toplist {
	color: #002525;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: normal
}
.showlist {
	color: #002525;
	font-size: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 1px
}
.head {
	color: #002525;
	font-size: 15px;
	font-family: Verdana;
	font-style: normal;
	font-weight: normal
}
.day_name {
	color: #031819;
	font-size: 0.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 1.3em;
}
#sunday {
}
.headline {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	color: #013332;
	line-height: 0.6em;
}
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #42413C;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}
img {
	border:0;
}
