/* use %s/oldcolor/newcolor/g to change colors easily */ 
body {
	color:white;
	background: #040720;
	
	max-width : 800px;
	margin-left: auto;
	margin-right: auto;
}

h1 {
	color: #3eb489;
}

h1, h2 {
	text-align: center;
}

h2 {
	color: #3eb489;
}

p {
	
	color: #3eb489;
	text-align: center;
}

div {
	color: #3eb489;
	text-align: center;
}

em {
	color: #3eb489;
}

ul {
	text-align: center;
}

li {
	text-align: center;
}

a:link {
	color: #728fce;
	text-decoration: none;
}

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

a:hover {
	color: #737ca1;
	text-decoration: underline;
}


a:active {
	color: #566d7e;
	text-decoration: underline;

}
