@charset "utf-8";
/* CSS Document */

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

body {
	height:100%;
	font-family:Verdana;
	font-size:10px;
	color:#848382;
	background:white;
}

h1 {
	position:absolute;
	bottom:0px;
	left:0px;
}

h2 {
	font-size:18px;
	color:black;
}

h3 {

}

td {
	font-family:Verdana;
	font-size:10px;
}

p {
	margin:0px 0px 10px 0px;
}

a {
	color:#998f82;
}

label {
	cursor:pointer;
}
