
div.container 
{
	width:500px;
	margin:10px;
	padding:2%;
	border:1px solid gray;
	line-height:100%;
	font-family:sans-serif;
	background-color: white;
}

div.header, div.examples
{
	padding:0.5em;
	color:gray;
	background-color:white;
	clear:left;
	border:1px none red;
	position:relative;
	left:0%;
}


div.results
{
	
	padding:0.5em;
	color:gray;
	background-color: #ffffff;
	border:2px solid red;
	clear:left;
	border:1px none red;
	position:relative;
	left:25%;
	width:50%;
	text-align:center;

}

div.forms
{
	padding:0.5em;
	color:gray;
	background-color:white;
	clear:left;
	border:1px none red;
	position:relative;
	text-align:center;
	line-height:200%;
}


h1 
{
	color: #003399;
	padding:0;
	margin:0;
	text-align:center;
	border:1px none blue;
	line-height:150%;
}

h3 
{
	color: #ff3300;
	text-align:center;
	border:1px none green;
}

h4
{
	color: #ff3300;
	text-align:left;
	border:1px none green;
}

em
{
	font-weight:bold;
	font-style:normal;
}

