
body { 
	background-color: rgb(200,0,0);
	 }
h1 { font-size: 240%; }
h4 {font-size: 150%;}
p {
	color: rgb(0,0,255);
	text-align: center;
	background-color:rgb(255,255,255);
	border-style: groove;
	font-size: 150%;
} 

h1{ 
	color: rgb(0,0,170); 
	text-align: center;
}

h4{
	color: rgb(0,0,170);
	text-align: center;
}

.blue { border-style: solid; 
	border-color: rgb(0,0,170); }

	.center { 
	display: block;
	margin-left: auto; 
	margin-right: auto;
	 }