body {
	padding:20;
	margin: 20;
	background-color: #39270F;
	font-size: 10px;
	font-family: arial, sans-serif;
	color: #8F837A;
	text-align: left;
}

a:link {
	color: #8FBEB0;
	text-decoration: none;
}

a:visited {
	color: #B6D5CC;
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

a:hover {
	color: #648279;
	text-decoration: none;
}

#text {
	width: 350px;
	background-color: #39270F;
	margin-top: 10px; 
	margin-bottom: 0px;
	margin-left: 50px;
	margin-right: 0px;
	text-align:left;
	}
	
h1 {
	color: #8F837A;
	font-size:  10px;
	font-family: arial, sans-serif;
	font-weight: bold;
}
