body {
	background-color: Black;
	}

A:link {
	text-decoration: none;
	color: acafb6;
} 
A:visited {text-decoration: none;
    color: acafb6}
A:active {
	text-decoration: none;
	color: Black;
}
A:hover {
	text-decoration: underline;
	color: Red;
} 
.text {
	font-size: 17;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #acafb6;
	font-weight: bold;
	padding: 10 10 20 20;
	
}
.text2 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 27;
	padding: 20 100 20 100;
}
.text3 {
	padding: 25 100 25 100;
	color: #acafb6;
}
.text4{
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-large;
}
.text5 {
	font-size: 17;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #acafb6;
	font-weight: bold;
	padding: 10 5 10 5;
}
