@CHARSET "UTF-8";

body
{
	text-align: center;
	background-image: url("img/background.png");
}

body, table, a
{
	color: white;
}
	
body, table
{
	font-family: "Verdana", "Tahoma", sans;
	font-size: 12px;
}
	
table
{
	margin: 0 auto;
}
	
table tr td
{
	padding: 0px 10px 20px 10px;
	text-align: center;
}

table tr td img
{
	border: 1px solid #F0F0F0;
}

table tr td p.title
{
	font-weight: bold;
}