p
{
	font-size:18px;
	color:red;
}
body {
 background-color: black; 
 font-family: Verdana, sans-serif; 
 font-size: 100%;
 }
 
 h1 {
 font-size: 200%; 
 color: white; 
 text-align: center;
 background-color:navy;
 }