body
{
	background-color: #ADD8E6;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: small;
}

ul
{
	margin-left: 10px;
	margin-right: 10px;
}

li
{
	margin-bottom: 3px;
}

img
{
	border: none;
}

h1
{
	color: white;
	background-color: #224090;
	text-align: center;
	padding: 5px;
	margin-top: 0px;
	margin-bottom: 30px;
	border-color: navy;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-top-width: 1px;
}

h2
{
	text-align: left;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 30px;
	margin-top: 30px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-bottom: 5px;
}

h3
{
	margin-left: 30px;
	margin-right: 30px;
}

p
{
	margin-left: 30px;
	margin-right: 30px;
}

div.frame
{
	width: 650px;
	background-color: white;
	margin-right: auto;
	margin-left:auto;
	border-style: solid;
	border-color: navy;
	border-width: 1px;
}

div.flag
{
	text-align: right;
	border-style: none;
	margin-right: 5px;
	margin-top: 3px;
	margin-bottom: 2px;
}

div.page
{
	color: black;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: small;
	text-align: justify;
	border-style: none;
}

div.footer
{
	color: navy;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: x-small;
	text-align: center;
	border-style: none;
}

div.footer a
{
	color: navy;
}

.description
{
	font-size: large;
	font-weight: bold;
}

a:hover, div.footer a:hover
{
	color: #f00000;
}

a.image, a.anchor
{
	color: inherit;
	text-decoration: none;
}

