/* Objetos */
a:link, a:visited {
	text-decoration:underline;
	color:#666666;
	font-weight:bold;
}
a:hover {
	text-decoration:none;
}
/* Classes */
.borda {
	border-color:#999999;
	border-width:2px;
	border-style:solid;
}
.dot {
	vertical-align:middle;
	border-color:#999999;
	border-style:solid;
	border-width:1px;
}
.form {
	background-color:#d0d2bd;
	padding:10px;
}
.thumb {
	float:left;
	margin:5px;
	margin-top:0px;
	border-color:#999999;
	border-style:solid;
	border-width:2px;
}

/* DIVs */
