<style>	
	body {background-repeat: no-repeat;}
	body {background-attachment: fixed;}
	body {background-size: cover;}
	
	a:hover {
	color: #ccffff;
}
a {
	color: #37dfd2;
	font-size: 16pt;
	padding : 10;
	align: center;
}
h1 {
	text-align: center;
	width: 100%;
	Color : #37dfd2;
	font-size: 30pt;
}

h3 {
	color: #37dfd2;
	text-align: center;
	width: 100%;
	}
p {
	color: white;
	text-align: left;
	width: 100%;
	font-size: 15pt;
	}
img {
	text-align: center;
	}
	
	
	
	
	</style>