A:link, A:visited, A:active
{
	text-decoration: none;
	color: #FF00FF;
}

a:hover
{
	text-decoration: underline;
}

body
{
	background-color: #555555;
	color: #DDDDDD;
}

table
{
	border: 0px;
}

table.navigation
{
	background-color: #222222;
	color: #CCCCCC;
	width: 15%;
	border: 0px;
}

table.top
{
	background-color: #222222;
	color: #CCCCCC;
	height: 15%;
	width: 100%;
	vertical-align: top;
	border: 0px;
}

table.topother
{
	background-color: #222222;
	color: #CCCCCC;
	height: 15%;
	width:  85%;
	vertical-align: top;
	border: 0px;	
}

td
{
	font-family: sans-serif;
}

td.navigation
{
	font-family: perpetua;
	font-size: 12pt;
}

td.top
{
	font-family: perpetua;
	font-size: 36pt;
	text-align: center;
}

td.topother
{
	font-family: perpetua;
	font-size: 36pt;
	text-align: left;	
}

	