body {
	align: center;
	color: #dedede;
	text-align: center;
	font: 11px "Lucida Grande", Lucida, Verdana, sans-serif;
	z-index: auto;
	visibility: visible;
	margin: 0px;
	padding: 0px;
	background-color: #333;
}

img	{
	border: 0px;
}

a {
	color: orange;
}

a:hover {
	color: yellow;
	text-decoration: underline;	
}

a:visited {
	color: wheat;	
}

p, ul, ol {
	margin-bottom:15px;
	line-height: 1.8;
}

p {
	text-align: justify;
}

h1 {
	font-size: 1.4em;
	margin-top: 15 px;
	margin-bottom: 12px;
}

h2 {
	font-size: 1.2em;
	margin-top: 25px;
	margin-bottom: 5px;
}

#container {
	position: relative; 
	width: 756px; 
	margin-top: 10px; 
	margin-left: auto; 
	margin-right: auto;
	/*Margin left and right set to "auto" centers page layout*/
	text-align: left; /*Resets the text alignment*/
}
#header	{
	position: relative;
	float: left;
	width: 756px;
}
ul, ol	{
	list-style-type: circle;
	padding-left: 25px;
	display: block;
}

