/* created by Bartlettservices.co.uk */

#headerbar {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	
	
}

body {
	position: static;
	font-family: arial;
	font-size: 100%;
	color: black;
	background-color: rgb(143,206,239);
	text-align: center;

}
/* comment of p = paragraph */
p {
	position: static;
	text-align: center;
}