@charset "UTF-8";
/* CSS Document */


/*this styles default font and colors for text and links for the whole document*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	width: 8in;
	color: #000000;
	margin-right: .25in;
	margin-left: .25in;
	background-color: #FFFFFF;
	line-height: 1.5em;
	text-align: justify;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.1em;
	line-height: 1.55em;
	text-align: center;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.8em;
	line-height: 1.45em;
	text-align: center;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	line-height: 1.25em;
	text-align: left;
}
h4 {
	font-size: 1.25em;
	line-height: 1.20em;
	text-align: left;
}
h5 {
	font-size: 1.15em;
	font-weight: normal;
	text-align: left;
}
.italic {
	font-style: italic;
}
em {
	font-style: oblique;
	text-decoration: none;
}
ul {
	list-style-position: outside;
	list-style-type: square;
}
.nobullet {
	list-style-type: none;
}
a {
	color: #000000;
	text-decoration: underline;
}
#navbar {
	display: none;
}
#quotes {
	display: none;
}
#quotes img {
	display: none;
}
#photo {
	display: none;
}
#footer {
	font-size: 0.65em;
	font-style: italic;
	text-align: left;
}
.boxes img {
	display: none;
}
.mobile {
	display: none;
}


