body
{
background: #112233;
text-align: center;
}

h1
{
	font-size: 22px;
	text-align: center;
}

td
{
	font-family: Verdana, Arial;
	font-size: 16px;
	color: #333333;
	line-height: 22px;
}
td.content
{
	background-color: #C0C8C8;
}
td.dark
{
	background-color: #112233;
}
td.big
{
	font-size: 20px;
}

.small
{
	font-size: 12px;
}
.important
{
	font-size: 18px;
	font-weight: bold;
}