@import url(layout.css); 
@import url(style.css); 

* {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
}

html * {
}

body {
	font-size: 100.01%;
	line-height: 1.15em;
	color: #353b40;
}

html body * {
	overflow:visible;
}
