body {
	font-family: "Verdana";
	margin-left: 5%;
	margin-right: 5%;
}

p {
	padding-left: 0.2em;
	padding-right: 0.2em;
	font-size: 0.9em;
}

h1 {
	padding-left: 0.2em;
	padding-right: 0.2em;
	font-size: 110%;
}

h2 {
	padding-left: 0.2em;
	padding-right: 0.2em;
	font-weight: bolder;
	font-size: 1em;
}

h3 {
	padding-left: 0.2em;
	padding-right: 0.2em;
	font-weight: bolder;
	font-size: 0.9em;
}

.indent {
	padding-left: 2em;
	padding-right: 2em;
}

.indentleft {
	padding-left: 1em;
}

.indentright {
	padding-right: 1em;
}

.big {
	font-size: 150%;
}

.littlebig {
	font-size: 105%;
}

.reallybig {
	font-size: 300%;
}

.smallest {
	font-size: 75%;
	padding-right: 0.1em;
	padding-left: 0.1em;
}

.b {
	font-weight: bolder;
}

.bordersimple {
	border: 1px solid #000066;
}

.dottop {
	border-top-style: dotted;
	border-top-width: thin;
	border-top-color: #000000;
}
.dotbot {
	border-bottom-style: dotted;
	border-bottom-width: thin;
	border-bottom-color: #000000;
}
.footback {
	background-color: #FFFFCC;
}
.footlink {
	text-decoration: none;
	color:#000099;
	letter-spacing: 0.0em;
	font-weight: bolder;
}
.footlink:hover {
	text-decoration: underline;
	color:#800000;
	letter-spacing: 0.0em;
	font-weight: bolder;
}
.footlink:active {
	text-decoration: none;
	font-weight: bolder;
	border: none;
}

.nohilink {
	text-decoration: none;
	color:#000000;
}
.nohilink:hover {
	text-decoration: underline;
	color:#000000;
}
.nohilink:active {
	text-decoration: none;
	border: none;
}

