/* CSS Document */
/* -----------------------------------estrutura---------------------------*/

a{ 
	color: black;
	text-decoration: underline;
	
}
a:visited { 
	color:#666666; 
	text-decoration: underline;
}
a:hover {
	color: red;
	text-decoration: underline;
}  

/* -----------------------------------frames---------------------------*/
#frame{
	background:url(elementos/backgroundFrame.png) no-repeat center;
	padding:5px;
	margin:0;
	font:12px Helvetica, sans-serif; 
	height:200px auto;
	line-height:20px;
}

