body {
	background-color: #000000;
	background-image: url(marble1.gif);
}

table.maintable
{
padding: 20px;
cell-spacing: 0;
width: 900px;
align: center;
}

table.innertable{
padding: 20px;
border-spacing: 3;
align: center;
}

td.sidebar{
	background-color: #8f8e8d;
	vertical-align: top; 
	width: 140px;
}

p.sidebartext{
	text-align: center;
	font-size: .75em;
}

td.content{
	background-color: #ffffff;
	vertical-align: top;
}


td.mainframe{background-color: #efefef;}

	

a.menu:link {color: #000000}     /* unvisited link */
a.menu:visited {color: #800000}  /* visited link */
a.menu:hover {color: #FF0000}   /* mouse over link */
a.menu:active 
{color: #FF0000;
font-style: oblique;
}   /* selected link */
