html {
	margin:0em;
	padding:0em;
	width:100%;
	height:100%;
	}

body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	margin:0em;
	padding:0em;
	width:100%;
	height:100%;	
	font-size:100%;
	background-color:#ccc;
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	margin:0.2em;
	padding:1em;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	margin:0.2em;
	padding:1em;
}

h1#toev {
	text-align:center;
	background-color:#666;
	color:#ff9;
	font-size:2.4em;
	margin:0em;
	padding:1em;
	}
	
p {
	font-size:1em;
	margin:1em 10%;
	text-align:center;
	}
	
ul.move {
	margin-top:0em;
	text-align:center;
	background-color:#999;
	margin: 0em;
	}

li.movearrow {
	display:inline;
	list-style-type:none;
	color:white;
	}

li.movearrow a {
	background-color: #ccc;
	margin: 0 1em;
	padding: 1em;
	}
	
li.movearrow a:hover {
	background-color:#f60;
	}	

/* Special thanks to Tara Cleveland for help in tweaking this CSS layout - http://www.taracleveland.com/ */

#vitrina {
	margin: 2em 4em;
	text-align:center;
	line-height: 56px;
	}
	
#vitrina a {
	margin: 15px;
	padding: 8px;
	}
	
#vitrina a img {
	border: solid 8px #ccc;
	}
	
#vitrina a:hover {
	background-color: #ccc;
	}	
	
#vitrina a:hover img {
	border: solid 8px #f60;
	}


