a:active, a:link, a:visited, {
 color: #000099;
 text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
body {
	background: #66CCFF;
	color: #000000;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
}
h3 {
	font-size: 20px;
	font-weight: normal;
}
h4 {
	font-size: 16px;
	font-weight: normal;
}
p {
	line-height: 150%;
}
td {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}
.nav, .smallertext {
	font-size: 10px;
}
#dedication {
	padding-right: 50px;
}
#masthead, #photo-dedi, #bio-blurb {
	background: #66CCFF;
}
#contact {
	padding-right: 30px;
}
#photocredit {
	padding-left: 30px;
}
p#banner {
	text-align: center;
	padding: 15px 0;
	width: 440px;
	background-color: white;
	font-size: 1.3em;
	margin: 0 auto;
	color: black;
	font-weight: bold;
	border: thin solid #050EA8;
	border-radius: 5px;
	-webkit-box-shadow: 5px 5px 10px #1946F3;
	box-shadow: 5px 5px 10px #1946F3;
}
p#banner a {
	color:black;
	text-decoration:none;
}
p#banner a:hover, p#banner a:focus {
	text-decoration:underline;
}
