body, html, table, tr, td, ul, li, p, form, h1, h2, h3 {

}

html, body {
	height: 100%;
}

body, p, input, textarea, td {
	font-family: sans-serif;
}

body{
	font-size: 80%;
	
}



h1 {
	font-size: 145%;
	
	color: #333;
	height: 35px;
	line-height: 35px;
	font-weight: normal;
	padding-left: 12px;
}

h2 {
	font-size: 125%;
	padding-left: 8px;
	margin-top: 8px;
}

h3 {
	font-size: 100%;
	padding-left: 12px;
	color: #333;
	margin-top: 4px;
}







