@charset "utf-8";
/* CSS Document */

@media all {
	body {
		/* FF styles */
		font-family: Verdana, Arial, Helvetica, sans-serif;
		background-color: #DFB;
		color: #3C0;
		/* IE 7 styles */
		^font-family: "Times New Roman", Times, serif;
		^background-color: #F9F;
		^color: #000;
		/* IE 6 styles */
		_font-family: "Courier New", Courier, monospace;
		_background-color: #F00;
		_color: #FFF;
		
		padding: 11em;
		margin: 0;
	}
	
	h1 {
		font-size: 1000%;
		text-align: center;
		margin: 0;
	}
}

@media screen and (-webkit-min-device-pixel-ratio:0){
	body {
		/* Safari styles */
		font-family: Georgia, "Times New Roman", Times, serif;
		background-color: #6CF;
		color: #309;
	}
}