body
{
	text-align: center;
	background: #d6ffd5 url("fade-green.png") repeat-x 50% 0;
	color: rgb(255,220,200);
	font: 13pt 'Arial', Verdana, sans-serif;
	max-width: 1024px;
	margin-right: auto;
	margin-left: auto;
}
table
{
	width: 100%;
}
table td
{
	width: 50%;
	padding: 0.4em;
	vertical-align: top;
}
a
{
	color: #3C960A;
	font-weight: bold;
	text-decoration: none;
}
a:active, a:hover
{
	color: white;
	text-decoration: underline;
}
img.banner
{
	background: rgb(255,255,238);
	border: 6px solid rgb(175,10,15);
	outline: 1px solid rgb(175,10,15);
}
div.menu
{
	background: rgb(200,255,145);
	border: 1px solid rgb(190,208,163);
	outline: 1px solid rgb(190,208,163);
	color: #50B00B;
	text-align: left;
	padding: 0.4em;
	-webkit-box-shadow: 1px 1px 2px 1px #BECFA3;
	-moz-box-shadow: 1px 1px 2px 1px #BECFA3;
	box-shadow: 1px 1px 2px 1px #BECFA3;
}
div.menu span.title
{
	font-size: 133%;
	color: #000000;
	text-decoration: underline;
}
logo {
	animation:logo 0.5s alternate ease-in-out infinite;
	-webkit-animation:logo 0.5s alternate ease-in-out infinite;
}