@charset "UTF-8";
/* CSS Document */
/* hide from ie on mac \*/
html {
	height: 100%;
/* 	overflow: hidden; */
}
#container {
	height: 100%;
}
#container div {
	margin: 10px;
}
/* end hide */
body {
	height: 100%;
	margin: 0;
	padding: 0;
	background: #ffffff;
	font: 86% Arial, sans-serif;
}

h1, h2, h3 {
font-size: 20px;
color: black;
display:inline;
}

p {
color:black;
font-size:14px;
}