body{
	font-family : tahoma;
	font-size: 0.8em;
	background-color: #eee;
	color: #f00;
	margin: 0px;
	padding: 0px;
}

a:link{
	padding: 2px;
	color: #000;
	text-decoration : underline;
}

a:visited{
	padding: 2px;
	color: #000;
	text-decoration : underline;
}

a:hover{
	padding: 2px;
	color: #000;
	text-decoration : none;
	background-color: #f00;
}


#primeira{
	position: absolute;
	margin: 5px;
	top: 10px;
	left: 10px;
	width : 100px;
	height : 100px;
	
	border: 1px solid #ccc;
	
}

#segunda{
	position: absolute;
	margin: 5px;
	top: 10px;
	left: 115px;
	width : 100px;
	height : 100px;
	
	border: 1px solid #ccc;
	
}

#terceira{
	position: absolute;
	margin: 5px;
	top: 10px;
	left: 220px;
	width : 100px;
	height : 100px;
		border: 1px solid #ccc;
}

#menu{
	border: 1px solid #ccc;
	position: absolute;
	top: 150px;
	left: 10px;
}