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

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 40px;
	font-weight: bold;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
}
.subheader {
	font-size: 32px
}
p {
	font-family: "Times New Roman", Times, serif;
	font-size: x-large;
	color: #333333;
}

#container #copybox img {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #999999;
	text-decoration: none;
}
a:visited {
	color: #999999;
	text-decoration: none;
	font-size: 18px;
}
a:hover {
	color: #333333;
}
a:active {
	color: #333333;
}
