html
{
	height: 100%;
}
body
{
	background-color:#CFFFCC;
	height:100%
}
table, th, td 
{
    border: 1px solid #5C5C5C;
    border-collapse: collapse;
}
th, td 
{
    padding: 5px;
	text-align:center;
}
tr:nth-child(2n+2)
{
	background-color:#0FDB66;
}
ul
{
	list-style-type:none;
	padding:0;
	text-align:center;
}
li
{
	display:inline;
}
li + li:before
{
	content: "| ";
}
*
{
	font-family: Trebuchet MS,Lucida Grande,Lucida Sans Unicode,Lucida Sans,Tahoma,sans-serif;
}
.logo
{
	text-align:center;
	margin-bottom:10px;
}
.container
{
	width:90%;
	margin:0 auto;
}
a:link, a:visited
{
	text-decoration:none;
	color:#000;
}
a:hover
{
	text-decoration:underline;
}
form
{
	text-align:center;
}
