@charset "UTF-8";
p {
	color: #003366;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 16px
}
.emphasis {
	color: #330033;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	line-height: 18px;
	letter-spacing: 2px
}
.sub table {
	text-align: left;
}
a:link { color: #069; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; line-height: 16px; text-decoration: none }
a:visited { color: #069; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; line-height: 16px; text-decoration: none }
a:hover { color: #069; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; line-height: 16px; text-decoration: underline }
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #D0FFFF;
	background-image: url(images/smile.gif);
	background-repeat: no-repeat;
	background-position: 50px top;
}
.intro {
	font-size: 14px;
	color: #000066;
}
h4 {
	font-family: "Trebuchet MS";
	color: #657F95;
	font-size: 150%;
}
.credit {
	color: #003366;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 16px
}

