/* 
	Document   : default
	Created on : 27 de abril de 2005, 10:23
	Author     : marco
	Description:
		Purpose of the stylesheet follows.
*/


body {
	border-style: none;
	border-width: 0pt;
	margin: 0pt;
	padding: 0pt;
	opacity: 1;
	background-color: rgb(255, 255, 255);
}


a {
	color: inherit;
	text-decoration: none;
}

a:link {
	color: inherit;
	text-decoration: none;
}

a:visited {
	color: inherit;
	text-decoration: none;
}

a:hover {
	color: inherit;
	text-decoration: none;
}

a:active {
	color: inherit;
	text-decoration: none;
}