body,td {
	font-size: 12px;
	color: #666666;
	font-family: Tahoma, "MS Sans Serif", Arial, Helvetica;
}

.text {
	width: 150px;
}
.index {
	font-size: 12px;
	color: #666666;
	font-family: Tahoma, "MS Sans Serif", Arial, Helvetica;
	background-image: url(logodoglist.png);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #FFFFFF;
	-moz-border-radius: 5px;  
	-khtml-border-radius: 5px;  
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.menu {
	font-size: 12px;
	color: #0099FF;
	font-family: Tahoma, "MS Sans Serif", Arial, Helvetica;
	background-color: #FFFFFF;
}
a:link {
	text-decoration: none;
	color: #0080FF;
}
a:visited {
	text-decoration: none;
	color: #0080FF;
}
a:hover {
	color: #FF6600;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}
