/* CSS Document */
#homepage {
    text-align:center; 
	border:1px solid #000000;
	padding:25px;
}
#skip {
    text-align:right; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:70%;
	padding-right:45px; 
	padding-top:15px; 

}
#skip a {
	color: #00c;
	text-decoration: none;
	background: url(images/linea1.gif) bottom left repeat-x;
}

#skip a:visited {
	color: #66c;
}

#skip a:hover {
	color: #00c;
	text-decoration: none;
	background: none;
	background: url(images/lineav.gif) bottom left repeat-x;
}
