body               
           {
	margin: 0; padding: 0; border: 0; outline: none;
}
html {
	width:100%;
	height:100%; /* needed for container min-height */
}
body {
	font-family:verdana, Helvetica, sans-serif;
	font-size: 8.5pt;
	line-height: 1;
	color: #ddd;
	height:100%;
	text-align:left;
}

h1, h2, h3, h4, h5, h6, p {
	font-size: 100%;
	line-height: 1;
	margin: 0;
	font-weight: normal;
}
ul, ol {
	list-style: none;
}
a:link, a:visited, a:active, a:focus  {
	text-decoration: none;
	color: #eee;
	font-size:8pt;
	line-height:14pt;
}
a:hover {
	color: #00CCff;
	text-decoration:underline;
}
.clear{
	clear:both;
	display:block;
}