h3      {color: white;
	 font-size: 1.3em;
	 font-weight: bold;
	 font-variant: small-caps;
	 text-align: center;
         line-height: 1.2;
}
	 
h4      {color: white;
	 font-size: 1.3em;
         font-weight: bold;
	 font-style: italic;
	 text-align: center;
         line-height: 1.2;
}

BODY    {background-image: url(none);
         background-color: darkRed;
}

