
body {
	background-color: blue;
	background-image: url('bk5.jpg');
	text-align: center
}

#content {
	width: 810px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	text-align: justify;
	font: 11px Arial, Verdana, Geneva;
	font-weight: bold;
	color: navy;
	padding: 4px 4 px;
}

#content2 {
	width: 810px;
	margin-left: auto;
	margin-right: auto;
	background-color: yellow;
	text-align: justify;
}

#content3 {
	width: 810px;
	margin-left: auto;
	margin-right: auto;
}

#navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	text-align: center;
}

#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-top: 1px;
}

#navigation li {
	display: inline;
}

#navigation a:link, #navigation a:visited {
	padding: 3px 10px 2px 10px;
	color: #ffffff;
	background-color: #0033CC;
	text-decoration: none;
	border: 1px solid #0033CC;
}

#navigation a:hover {
	color: #000000;
	background-color: orange;
}

a {
	color : #0033CC;
	text-decoration: underline;
}

a:link {
	color : #0033CC;
}

a:visited {
	color : #0033CC;
}

a:active {
	color : #0033CC;
	background-color: orange;
}

a:hover {
	background-color: orange;
}
}

h1 {
	font-size: 28px;
	color: #0033CC;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: -1px;
}

h2 {
	font-size: 12px;
	color: orange;
 'color: #0033CC;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: -1px;
}

