body {
	background-color: 0C0C0B;
	background-image: url(img/bg_tapete.png);
	background-repeat: repeat;
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}


a {
	text-decoration: none;
	font-size: 10px;
	color: #0C0C0B;
	background-color: #FFCCFF;
}

a:visited {
	text-decoration: none;
	color: #0C0C0B;
}
a:hover {
	text-decoration: underline;
	color: #FFCCFF;	
	background-color: #0C0C0B;
	
}

a:active {
	text-decoration: none;
	color: #0C0C0B;
}


.text {	
	color: #000000;
	font-size: 10px;
	background-color: #FFFFFF;
}

.contact {	
	color: #0C0C0B;
	font-size: 10px;
	background-color: #FFCCFF;
}


.line {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 10px;
}


.title {	
	color: #FFCCFF;
	font-size: 20px;
}

.subtitle {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFCCFF;
	font-size: 12px;
}

img {
	border: 1px solid;
}