body {
	color: #000;
	font-size: 13px;
	line-height: 1.3;
}

h1, h2, h3, h4, h5, h6 {
	margin: 8px 0;
}

h1, h3, h5 {
	color: #1752AB;
}

h2, h4, h6 {
	color: #a9c436;
}

h1 {
	font-size: 18px;
}

h2, h3 {
	font-size: 17px;
}

h4, h5, h6 {
	font-size: 15px;
}

table.main {
	margin-bottom: 12px;
	background: rgba(255, 255, 255, 0.93);
	border: 1px solid #a9c436;
}

a:link,
a:visited {
	color: red;
}

a:hover,
a:focus,
a:active {
	color: #1752AB;
}

.align-center {
	text-align: center;
}

.align-right {
	text-align: right;
}

.alignright,
.alignleft {
	display: inline-block;
	float: right;
	margin: 5px;
}

.alignleft {
	float: left;
}

iframe {
	width: 70%;
	height: 200px;
	border: 1px solid #fff;
	outline: 2px solid #000;
}