﻿/* Estilos HTML */
*{
	margin:0;
	padding:0;
}
a:link {
text-decoration:none;
color:white;
} 

a:visited {
text-decoration:none;
color:white;
} 


a:active {
text-decoration:none;
color:yellow;
} 


a:hover{
text-decoration:none;
color:yellow;
}