BODY, TD, TR {
	font-family : Arial, Verdana, Helvetica, sans-serif;
	font-size : xx-small;
}
.justyjunto {
	line-height: 10px;
	text-align : justify;
}
A:link {
	color: brown; 
	text-decoration: none;
	 background-color: none
}
A:visited {
	color: #brown;
	text-decoration: none ;
	background-color: none;
	cursor: hand
}
A:hover {
	color: Blue;
	text-decoration: none ;
	background-color: inherit;
	cursor: hand
}
A:active {
	color: Red;
	text-decoration: none ;
	background-color: inherit;
	cursor: hand
} 