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

h1 {
	color: #34689B;
	font-size: 22px;
	margin-bottom: 5px;
}
h2 {
	font-size: 20px;
	color: #4575A7;
	margin-bottom: 8px;
}
#footer a {
	color: #CF0;
	text-decoration: none;
}
#footer h1 {
	margin-top: 5px;
	float: left;
}
#main a {
	color: #09F;
	text-decoration: none;
}
#main a:hover {
	color: #C90;
	text-decoration: underline;
}
#nav a {
	color: #FFF;
	font-size: 20px;
	text-decoration: none;
	padding-right: 15px;
	padding-left: 15px;
}
#nav p {
	font-size: 30px;
	color: #397AE5;
}
.bold {
	color: #CCC;
	font-weight: bold;
}
p {
	color: #323232;
	margin-bottom: 10px;
	line-height: 18px;
}
blockquote {
	color: #333;
	width: 600px;
	margin-left: 20px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
}
dd {
	font-size: 15px;
	color: #8A4242;
}

