body, p, td {
	font-family: Verdana, sans-serif;
	font-size: 10pt;

}
a: {
text-decoration: none;
}

a:link {
text-decoration: none;
}

a:visited {
text-decoration: none;
}

a:hover {
background-color: yellow;
}


img:hover {
background-color: transparent;
}


H1 {
	font-family: Verdana, sans-serif;
	font-size: 20pt;
	color: red;
}

H2 {
	font-family: Verdana, sans-serif;
	font-size: 16pt;
	color: red;
}

H3 {
	font-family: Verdana, sans-serif;
	font-size: 12pt;
	font-weight: bold;
}

ul {
	font-family: Verdana, sans-serif;
	
}

.selectlist {
	font-family: Verdana, sans-serif;
	font-size: 12pt;
}

.mainlist {
	font-family: Verdana, sans-serif;
	text-decoration: none;
	color:navy;
}

.bloghead {
	font-family: Verdana, sans-serif;
	font-size: 14pt;
	text-decoration: none;
	color:black;
}


.mainlist2 {
	font-family: Verdana, sans-serif;
	text-decoration: none;
	color:black;
	background-color:yellow;
}

.hilite {
	font-family: Verdana,Verdana, sans-serif;
	font-weight: bold;
	background-color: yellow;
	text-decoration: none;
	color:black;
}

.note {
	font-family: Verdana, sans-serif;
	font-size: 12pt;
	font-style: italic;
}

.extra {
	font-family: Verdana, sans-serif;
	font-size: 18pt;
	text-decoration: none;
	color: navy;
	background-color:yellow;
}

.extra2 {
	font-family: Verdana, sans-serif;
	font-size: 14pt;
	text-decoration: none;
	color: black;

}
	

.largeprint {
	font-family: Verdana, sans-serif;
	font-size: 16pt;
	color: black;
	text-decoration: none;

}

.largeprint2 {
	font-family: Verdana, sans-serif;
	font-size: 16pt;
	color: navy;
	text-decoration: none;
	background-color: yellow;
}
.email {
	font-family: Verdana, sans-serif;
	font-size: 26pt;
	color: red;
	font-style: italic;
	text-decoration: none;
}

.disclaim {
	font-family: Verdana, sans-serif;
	font-size: 10pt;
	font-style: italic;
	font-weight: bold;
}

.blogdate {
	font-family: Verdana, sans-serif;
	font-size: 10pt;
	font-style: italic;
	font-weight: bold;
	color: red;
}

.privacy {
	font-family: 'Comic Sans MS', comic, sans-serif;
	font-size: 12pt;
	line-height: 16pt;
	
}

.privacy:first-letter {
	font-size: 24pt;
	float: left;
}

.article {
	font-family: 'Comic Sans MS', comic, sans-serif;
	font-size: 12pt;
	text-indent: 25px;
}

.articlehead {
	font-family: 'Comic Sans MS', comic, sans-serif;
	font-size: 18pt;
	color: navy;
}

.intext {
	margin-left: 25px;
}

.map {
	background-image: url(images/map.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
}

.hide {
	display: none;
}

.unhide {
	display: "";
}


