.step1 {
	font-size: small;
	text-decoration: none;
	color: black;
}

.step2 {
	font-size: small;
	font-weight: bold;
	text-decoration: none;
	color: white;
}.step1 a {
	font-size: small;
	text-decoration: none;
	color: black;
}

.step1 a:hover {
	font-size: small;
	text-decoration: none;
	color: lightgray;
}

.step2 a {
	font-size: small;
	font-weight: bold;
	text-decoration: none;
	color: white;
}

.reset a {
	font-size: small;
	text-decoration: none;
	color: blue;
}

.help a {
	font-size: small;
	text-decoration: none;
	color: black;
	right: 13px;
	bottom: 5px;
	position: fixed;
}

.bigheader {
	font-size: 24px;
}

.header {
	font-size: 16px;
}

.error {
	color: red;
	font-size: 10pt;
}

.information {
	font-size: smaller;
}

.hidden {
	display: none;
}

a {
	text-decoration : none;
}