h2 { width:100%;
	color: MediumBlue;
	text-align: center;
	margin-top: 0ex;
	padding-top: 0ex; }
h3 { width:100%;
	color: Gold; }
font.Name {color: MediumBlue;
	font-weight: bold;
	font: bold;
	text-transform: uppercase;}
font.Desc {color: DarkRed;
	text-transform: capitalize;}
p {color: DarkBlue; font-size: 20;}
body{
        bgproperties: fixed;
        background-color: gray;
        background-repeat: no-repeat;
        background-position: center center;
}
