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

body {
	margin:0px; padding:0px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
}
#content {
	font-size:16px;
	width:80%;
	padding-top:20px;
	margin:20px auto 0px auto;
}
h1 {
	font-size:34px;
	line-height:40px;
	margin-bottom:20px;
}
h2 {
	color:#CC0000;
	font-size:28px;
	padding-right: 15px;
	padding-left:15px;
	margin-top:40px;
}
h3 {
	font-size:22px;
	margin-bottom:40px;
	margin-top:30px;
}
#footer {
color:#999;
font-size:11px;
}
.responsiveimage {
	width:100%;
	max-width:700px;
	height:auto;
	margin-bottom:30px;
}
a:link {
	color: #0000ff; 
	text-decoration: underline;
}
a:active {
	color: #0000ff; 
	text-decoration: underline;
}
a:visited {
	color: #0000ff; 
	text-decoration: underline; 
}