body {
	background-color: #1E1D21;
}

h1 {
	color: #A6A6A7;
	text-align: left;
	margin-top: 20px;
	margin-left: 20px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}

hr {
	color: #A6A6A7;
	margin-left: 20px;
	margin-right: 20px;
}

p {
	color: #A6A6A7;
	margin-left: 20px;
}

a:link {
	color: #A6A6A7;
	text-decoration: none;
}
a:visited {
	color: #A6A6A7;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

#footer {
	
	text-align: center;
	color: #A6A6A7;
	margin-top: 10px;
}


#picture img {
	margin-left: 20px;
	height:240px;
	hspace:10px;
	vspace:10px; 
	width:135px; 
	border:0px;
}
