body, html { 
	height: 100%;
	width: 100%;
	background: #ffffff;
	border: none;
	color: #000000;
	margin: 0; padding: 0;
}
body { 
	font: 62.5%/1.4 Verdana, Arial, Tahoma, Geneva, sans-serif; 
	text-align: center;
}
button, input, select, textarea {  font: normal 0.9em/1.2 Verdana, sans-serif; }

.submit, button { font-size: 1.0em; cursor: pointer; }
.submit {width: auto;}
form { margin: 0; padding: 0; }

h1 { font-size: 1.6em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.4em; }
h4 { font-size: 1.2em; }
h5 { font-size: 1.2em; }
h6 { font-size: 1.2em; }

h1, h2, h3, h4, h5, h6, p { margin: 0.8em 0; padding:0; }

table, td, th { 
	margin: 0; padding: 0;
	border-collapse: collapse;
	font-size: 100%;
}
* { outline: none; }
#text img, #content img, img { border: none; margin: 0; padding: 0; }

a:link, a:visited { text-decoration: underline; }
a:hover, a:active { text-decoration: none; }

hr { border: 1px  solid #ccc; padding: 0;	margin: 0.5em 0; }
ul, ol, li { margin: 5px 15px; padding: 0; }

