BODY
{
	background-color: White;
	font-family: Tahoma,Helvetica,Arial,sans-serif;
	font-size: medium;
	color: Black;
}
.tagLine
{
	font-weight: bold;
	font-size: small;
	font-style: italic;
}
.title
{
	font-size: larger;
	font-weight: bold;
	text-align: center;
}
.center
{
	text-align: center;
}
CAPTION
{
	font-size: 120%;
	font-weight: bold;
}
A:visited, A:active, A, A:link
{
	color: blue;
}
A:hover
{
	color: Green;
}
P
{
	padding-right: 30px;
	padding-left: 30px;
	text-align: justify;
}
