body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 0;
	background-image: url(images/back153.jpg);
}
#container {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
}

h1 {
	font-size: 1.4em;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 50px;
	border-bottom: 2px dotted #990;
}
h2 {
	font-size: 1.1em;
	text-align: left;
	margin-top: 3em;
	margin-left: 30px;
}
h3 {
	font-size: 1em;
	font-weight: 100;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 2px dotted #990;
}
h4 {
	font-size: 1em;
	font-weight: 100;
	text-align: right;
	margin-left: 60px;
	margin-right: 45%;
	line-height: 120%;
}
h5 {
	font-size: 1em;
	font-weight: 100;
	text-align: left;
	margin-left: 60px;
	line-height: 150%;
}
a:link, a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover, a:active {
	color: #660;
	text-decoration: underline;
}
p {
	font-size: 1em;
	text-align: justify;
	text-indent: 2em;
	margin-left: 60px;
	margin-right: 45%;
	margin-top: 2px;
	margin-bottom: 2px;
	line-height: 120%; 
}
