@charset "utf-8";
/* CSS responsive -  mobile to desktop  with poor backward support to ie 8, 7*/


	p {
		font-family: Arial,Helvetica,sans-serif;
		font-size: 12px;
	}
	h1 {
		font-size:small;
	}
	body {
		margin:1em;
		background-image:none;
	}
	a {
	color:#F0F;
	}
	#orientpl {
		color:#00F;
		font-weight:bold;
	}
	#winwidth {
		font-weight:bold;
	}
	#winheight {
		font-weight:bold;
	}
	#docwidth {
		font-weight:bold;
	}
	#docheight {
		font-weight:bold;
	}
@media only screen and (min-width: 500px) {
	h1 {
		font-size:x-large;
	}
	a {
	color:#f00;
	}
}
@media only screen and (min-width: 900px) {
	h1 {
		font-size:xx-large;
	}
	a {
	color:#900;
	}
}