body {
	background-image: url(tlo.jpg);
	background-position: top center;
	background-color: #604F3B;
	margin: 0px;
}

td {
	font-size: 12px;
	font-family: Arial, Helvetica;
	color: #000000;
	line-height: 180%;
	text-align: justify;
}
.top {
	font-family: Arial, Helvetica;
	color: #ffffff;
}
a {
	color: #b1b1b1;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #ffffff;
}
a.me {
	font-size: 12px;
	color: #ffffff;
	padding: 5px;
	text-decoration: none;
}
a:hover.me {
	color: #ffffff;
	padding: 5px;
	background-color: #536372;
	border-bottom: 0;
	border-radius-topleft: 0.4em;
	border-radius-topright: 0.4em;
	-moz-border-radius-topleft: 0.4em;
	-moz-border-radius-topright: 0.4em;
}
img {
	border-color: #b1b1b1;
}
img:hover {
	border-color: #000000;
}