body {
	background-color: #F5EAEE ;
}
.leftcolumn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	background-color: #F5EAEE;
	left: auto;
}
.rightcolumn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	background-color: #F5EAEE;
}
.leftcolumn a:link {
	color: #000000;
	text-decoration: underline;
}
.leftcolumn a:visited {
	color: #66CC99;
	text-decoration: underline;
}
.leftcolumn a:hover { 
	color: #333333;
	text-decoration: none; 
	background-color: #FFFFFF;
}
.leftcolumn a:active {
	color: #CC6600;
	text-decoration: underline;
}
a:link {color: #333333;}
a:visited {color: #333333;}
a:hover {
	color: #CCCCCC;
	text-decoration: none;
	background-color: #333333;
}
a:active {
	color: #333333;
	font-style: normal;
}
.rightcolumn a:link {
	color: #FFCC00;
	text-decoration: underline;
}
.rightcolumn a:visited {
	color: #FFCC00;
	text-decoration: underline;
}
.rightcolumn a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
.rightcolumn a:active {
	color: #FFCC00;
	text-decoration: underline;
}
.table {
	border: thin solid #000000;
}
