﻿@charset "UTF-8";
body {
	background-color: #79a1d1;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: small;
}
a {
	color: #1e4661;
	text-decoration: underline;
}
a:visited, a:active {
	color: #1e4661;
}
a:hover {
	color: #446073;
	text-decoration: none;
}
div {
	padding: .25em 0;
}
form {
	display: inline;
	margin: 0;
}
h1 {
	font-size: 160%;
	padding: 12px 0;
}
h2 {
	font-size: 130%;
	padding: 10px 0;
}
h3 {
	font-size: 110%;
	padding: 8px 0;
}
h4 {
	font-size: 90%;
	padding: 6px 0;
}
h5 {
	font-size: 800%;
	padding: 6px 0;
}
img {
	background-color: #ddd;
	border-top: 1px #777 solid;
	border-left: 1px #777 solid;
	border-bottom: 1px #7d7d7d solid;
	border-right: 1px #7d7d7d solid;
	padding: 10px;
}
label {
	padding: .25em 0;
}
ol, ul {
	font-size: 90%;
	list-style-position: outside;
	padding: 0 0 0 25px;
}
ol li {
	display: list-item;
	list-style-type: decimal;
}
p {
	line-height: 1.4em;
	padding: .5em 0;
}
table {
	padding: 2px;
	text-align: left;
}
ul li {
	display: list-item;
	list-style-type: disc;
}
