.emphasis {
	font-weight: bold;
	color: 006666;
}
body {
	font-family: Arial, Helvetica, sans-serif;
}
a {
	color: 006666;
	text-decoration: none;
}
.footer {
	color: #FFFFFF;
	background-color: #000000;
	border: medium solid #006666;
}
.center {
	text-align: center;
}
.footerleft {
	color: #FFFFFF;
	text-align: center;
}
.footerright {
	color: #FFFFFF;
	text-align: center;

}
.nav {
	color: #FFFFFF;
	background-color: 006666;
	background-position: center;
	text-align: center;
}
.nav a:link {
	color: #FFFFFF;
	text-decoration: none;
}
	
.nav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.nav a:active {
	color: #000000;
	text-decoration: none;
}

.nav a:hover {
	color: #FFFF99;
	text-decoration: none;
	font-weight: normal;
	border: thin none;


}
.photo {
	border: thick ridge #006666;
}
.italic {
	font-style: italic;
	font-size: x-small;
}
h1 {
	text-align: center;
}
