@CHARSET "ISO-8859-1";

h1 {
	color: #333;
	font-size: 24px;
	font-family: Trebuchet MS,Trebuchet;
}

h2 {
	color: #333;
	font-size: 22px;
	font-family: Trebuchet MS,Trebuchet;
}

h3 {
	color: #333;
	font-size: 17px;
	font-family: Trebuchet MS,Trebuchet;
}
input.checkbox {
	border-style: solid;
	border-width: thin;
	border-color: black;
}
hr {
	border-style: solid;
	border-width: thin;
	border-color: #326699;
	
}
.button {
	border-style: solid;
	border-width: thin;
	border-color: black;
	background-color: white;
}