body {
        background-image: url('AbacBkgnd.png');
        background-position: center;
        background-attachment: fixed;
	  font-family: sans-serif;
}

p {
	font-family: sans-serif;
}

td {
	font-family: sans-serif;
}

th {
	font-family: sans-serif;
}

li {
	font-family: sans-serif;
	margin-bottom: 4px;
}

h2 {
	font-family: sans-serif;
}

h3 {
	font-family: sans-serif;
}

h4 {
	font-family: sans-serif;
}

img {
	border: none;
}

.header {
	text-align: center;
}

.footer {
	font-size: smaller;
}

.fineprint {
	font-size: x-small;
}

.errormessage {
	font-size: x-small;
	color: Red;
}

.indent {
	margin-left: 40px;
	margin-right: 40px;
}