
html {
        widht: 420px;
/*	height: 100%; */
	height: 420px;
	font-size: 62.5%;
}



body {
	text-align: left;
	font: 1.2em/1.8em Verdana, sans-serif;
	background: lightgrey;
	color: black;
	padding: 20px;
}


* {margin: 0px;}

a {}
a:link {}
a:visited {}
a:hover {}
a:active {}



h1 {font-size: 24pt; font-weight: normal;}
h2 {font-size: 16pt; font-weight: normal;}
h3 {font-size: 12pt; font-weight: bold; margin-bottom: 3px}


textarea {color: black; background: #eeeeee ; text-decoration: none; width: 380px; height: 200px; resize: none; border: 1px solid grey; padding: 2px;}
input {}
input.txt {color: #black; background: #eeeeee; text-decoration: none; width: 300px; resize: none; border: 1px solid grey; padding: 2px}
input.button {color: #black; background: #eeeeee url(images/bluetab.gif); width: 100px; resize: none; border: 1px solid grey; padding: 2px; margin-top: 20px }