body {
	font-family: arial;
	margin: 0 auto;
	background: #f3e6c6; 
}

::selection { 
	background: #FF0000; 
	color: #fff;
}

::-moz-selection { 
	background: #FF0000; 
	color: #fff; 
}

a:hover { 
	 color: black;
	 background-color: none;
	 text-decoration: none; 
}
 
a {
	color: black;
	text-decoration: none;
}

a:visited {
	text-decoration: underline;
	color: black;
}


#about {
	margin-left: 20px;
	margin-top: 20px;
	font-size: 18px;
	letter-spacing: 0.01em;
	color: black;
}









