body
{
	font-family: "Bitstream Vera Sans", "Verdana", sans-serif;
	margin: 0;
	padding: 0;
}

div.title
{
	background-image: url(bricks.png);
	padding: 20px;
	position: relative;
	text-align: center;
}

div.line
{
	background-image: url(shadow.png);
	background-position: top;
	background-repeat: repeat-x;
	height: 5px;
}

table.propaganda
{
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}

tr
{
	margin-bottom: 15px;
}

td
{
	line-height: 30px;
}

td img
{
	margin-right: 10px;
	vertical-align: middle;
}

#copyright
{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 100%;
}

a:link,
a:visited,
a:hover,
a:active,
a:focus
{
	color: black;
	background-color: transparent;
}

a:hover
{
	text-decoration: none;
}

div.back
{
	float: left;
	font-size: 14px;
	margin: 5px;
	text-decoration: none;
}

a.back
{
	color: #999999;
	text-decoration: none;
}

a.back:hover
{
	font-weight: bold;
}


