
/*
	BEGIN of General CSS Styles
	These style definitions should be in any website
*/
* { font-size: 100.01%; }
html { font-size: 64%; }

*:first-child+html{
	font-size: 100.01%;
}

body{
	margin:0;
	color:#000;
	font:1em/1em Helvetica, Arial, sans-serif;
}
img{border-style:none;} 
a{
	text-decoration:none;
	outline:none;
}
