body { 
	background-color: black; 
	color: white; 
	text-align: center; 
	margin-left: auto;
  	margin-right: auto; 
  	margin-top: 1%; 
  	width:550px;	
  }

a:link {
	color: snow;
	font-weight: bold;
}

a:hover {
	color: plum;
	font-weight: bold;
}

a:visited {
	color: whitesmoke;
	font-weight: bold;
}

h1 { 
    background-color: black; 
    /* color: #5c2968; */
    color: purple;
    text-align: center; 
}

h3 { 
    background-color: black; 
    color: white; 
    text-align: left;
    font-weight: bold; 
}

p.info {
    color: white; 
    text-align: left; 
    margin-left: 0px;
}

p {
    color: white; 
    text-align: left; 
    margin-left: 10px;
}