
.nome {
font-weight: bold;
font-variant: small-caps;
	font-size: 1.1em;
}
.nome2 {
font-weight: bold;
font-variant: small-caps;
	color: #000;
	font-size: 1.3em;
}
.nome3 {
font-weight: bold;
font-variant: small-caps;
	color: #fff;
	font-size: 1.3em;
}
div.controls {
	padding: 0.5em;
	font-variant: small-caps;
	font-size: 1.3em;
	font-weight: bold;
}
div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 960px; 
	overflow: hidden;
	}
	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:960px;
		overflow:hidden;
		float:left;
	padding: 0.5em;
}
	div.scroller div.content {
		width: 10000px;
		}

	div#section1 {
		}
	div#section2 {
		}

td {
	border-top: 1px dotted #ccc;
}