a {
	color: #00c;
	text-decoration: none;
	font-style: italic;
}

a:visited {
	color: #66c;
}

a:hover {
	color: #00c;
	text-decoration: underline;
	background: none;
}

a:active {
	color: red;
}

body {
	background-color: #333333;
	   margin-left: auto;
   margin-right: auto;
}

td {
	background-color: #CBE4CC;
}

/*.content {
	background-color: #CBE4CC;
}*/

table#menu-table td {
   margin-left: auto;
   margin-right: auto;
	color: #00c;
	background: none;
	background-color: #DAEBDB;
}
table#menu-table td:hover {
   margin-left: auto;
   margin-right: auto;
	color: #00c;
	background: none;
	background-color: #FFFCED;
}
table#menu-table a {
	color: #166C19;
	text-decoration: none;
	font-style: italic;
}

table#menu-table a:visited {
	color: #0F4711;
	text-decoration: none;
	font-style: italic;
}

table#menu-table a:hover {
	color: #00c;
	background: none;
}

table#menu-table a:active {
	color: #00c;
	text-decoration: none;
	font-style: italic;
}

#content {
   margin-left: auto;
   margin-right: auto;

	}
	





