body {
	 background-image:url('stdc-logo-temp.jpg');
	 background-repeat:no-repeat;
	 background-position:center;
	 background-attachment:fixed;
}

h1 {
	color:Blue;
	text-align:center;
	font-family:"Arial Rounded MT Bold";
	font-size:xx-large;
}

h3 {
	color:Black;
	text-align:center;
	font-family:"Courier New", Courier, monospace;
}

