
BODY
{
	font-family : verdana, helvetica, arial, times new roman, sans-serif;
	background: #E0FFFF;
	color: Black;
	margin-left: 5px;
	margin-top: 5px;
	
}

table.outermenu
{
	border: 1px solid Black;
}
a.logoutbutton
{
	display: ;
	width : 150px;
	height : 14px;
	color: White;
	background-image:url(../images/topic.jpg);
	}
a.logoutbutton:hover
{
	display: block;
	width : 150px;
	height : 14px;
	color: white;
	background-color: green;
	}

A
{
	text-decoration:none;
	display:block;
	background-color: #778899;
	position: relative;
	width : 150px;
	height : 14px;
	visibility : visible;
	color : Black;
	font-size: 12px;
	font-weight: bold;
}

a:hover
{
	text-decoration:none;
	display: block;
	position : relative;
	color: Green;
	width : 150px;
	height : 14px;
	visibility : visible;
	background-color: White;
}

td.header
{
	display: block;
	width : 130px;
	height : 14px;
	background-repeat: repeat-x;
	background-color: #d99435;
	font-weight : bold;
	font-size : 12px;
	text-decoration:none;
	color: white;	
}
TD.topic {
background-color:#800000;
color: White;
font-size : 12px;
}





