
body {
	text-align:center;
	background-image:url(background.jpg);
	background-repeat:no-repeat;
	background-position:center;
	color: #f0000;
	}

h1{
	font-size:16px;
	color: blue;
	}

p{
font-style: San-Serif, Arial, Tahoma;	
}


