body {
	background-color: snow;
	margin-left:10px;
	margin-top:0px	
}

.table100 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: black;
	width: 100%;
}

.th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: x-small;
	font-weight: bold;
	color: darkblue;
}

.th2 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: x-small;
	font-weight: normal;
	color: darkblue;
	background-color: c1f0fa;
}

.button100 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: darkblue;
	background-color: snow;
	width: 100px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: white;
	border-right-color: darkslategray;
	border-bottom-color: darkslategray;
	border-left-color: white;
	cursor: hand;

}

.button50 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: darkblue;
	background-color: snow;
	width: 50px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: white;
	border-right-color: darkslategray;
	border-bottom-color: darkslategray;
	border-left-color: white;
	cursor: hand;

}

.texbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: darkblue;
	background-color: white;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: slategray;
	border-right-color: floralwhite;
	border-bottom-color: floralwhite;
	border-left-color: slategray;
}

a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	text-decoration:none;
	color: darkblue;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	text-decoration:none;
	color: darkblue;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration:underline;
	font-size: xx-small;
	color: gray;
}
a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size: xx-small;
	color: darkblue;
}
