html, body {
	height: 100%;
	overflow: hidden;
}

#content {
	height: 100%;
}

body {
	 background-color: #FFCC00;
     margin: 0;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3F2711;
	
}

a:link {
	color: #CC0000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

h1 {
	font-weight: bold;
	color: #000000;
	font-size: 36px;
}

h2 {
	font-weight: bold;
	color: #000000;
	font-size: 22px;
}

h3 {
	font-weight: bold;
	color: #666666;
	font-size: 13px;
}



