

body 
{
	background-color:#8888ee;
	font-family: Comic Sans MS;
	font-size: 0.8em;
	margin: 0;
	color:#000000;
}



.outer	{
	margin: 20px auto 40px;
	width: 100%;
	font-size: 1.1em;
	text-align:center;
}


.container {
	background-color: #ffffff;
	margin-left: 0px;
	margin-top: 0px;
	width: 810px;
	font-size: 1.1em;
	line-height: 1.6em;
}

.inner {
	background-color: #ffffff;
	margin-left: 5px;
	margin-top: 5px;
	width: 800px;
	text-align:left;
}

.inner table 
{
	font-size: 1em;
	font: "Lucida Sans Unicode",sans-serif;
	
}

.container span	{
	color: #fff;
	text-decoration:none;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	
}

.sscontainer a	{
	color: #9999ff;
	text-decoration:none;

	
}

.ssouter a:hover, .outer a.active	{
	color: #999999;
	text-decoration:underline;
}

h1
{
	font-weight:bolder;
	font: "Lucida Sans Unicode",sans-serif;
	color:Black;
}

a:link {
	color: #000099;
	text-decoration:none;
	font-weight:bold;
	}

a:visited {
	color: #0066CC;
	text-decoration:none;
	font-weight:bold;
	}

a:hover {
	color: #0066CC;
	text-decoration:underline;
	font-weight:bold;
	}





