
body {
	background-color: #575757 ;
	background-attachment: fixed;
	margin: 40px;
	text-align: justify;
	
}


#container {
	padding: 30px 30px 30px 30px ;
   background-color: #575757 ;
}

#content {
	padding: 10px 10px 10px 10px ;
	background-color: #D8D8D8 ;
}

ol {
	list-style: disc;

}

ul {
	list-style: none;
	
}

li{
	margin-bottom: 10px;
	
}

.head {
			font-weight: bold;
			font-size: 1.5em;
			text-decoration: underline;
}

img {
	padding: 10px 10px 10px 10px ;
	
}

.sub {
			text-decoration: underline;
			padding-left: 20px;
			font-weight: bold;
}

a:link [
	color: #ff0000;

]

a:visited [
	color: #ff0000;
	
}