a:link {
    color: #D62F27;
	text-decoration: none;
}
a:visited {
    color: #D62F27;
	text-decoration: none;
}
a:hover {
    text-decoration: underline;
	color: #D62F27;
}
a:active {
    text-decoration: none;
}
.line {
	background-image: url(mline.gif);
	margin: 0px;
}
.content {
	padding: 5px;
	background-color: #FFF;
}
body {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	}
.tumba {
	background-color: #CCC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	border-right-style: solid;
	border-left-style: solid;
}

