﻿@import "../default.css";

/* =mainbody defines the location on the screen for the body text
---------------------------------------------------------------------- */
#mainbody
{
	text-align: left;
	}

.maintext
{
	float: none;
	background: White;
}

.footer
{
	clear: both;
	text-align:center;
	font-size: smaller;
}

