.mainarea
{
	height: 80%;
	width: 80%;
	border: solid 1px #000080;
	text-align: center;
}
.navigation 
{
	border: solid 1px #e0e0e0;
	background-color: #8ebbf2;
	color: #000080;
	width: 132;
	text-align: center;
	cursor: pointer;
}
.textFooter
{
	font-size:smaller;
	color:#000080;
	text-align: center;
}
h2 
{
	color: #12a425;
}
p 
{
	color: #000080;
}
.stdText
{
	color: #000080;
}
.bgText
{
	color: #12a425;
	font-style: italic;
	font-weight: bold;
	font-size: larger;
}
ul
{
	margin-top: 0;
}
li
{
	color: #000080;
}
a
{
	text-decoration: none;
	color: #a507fd;
	border: 0px;
}
a:hover 
{
	text-decoration: underline;
}