body {
	margin:0px;
	width:100%;
	height:100%;
	background-image:url(images/expansor.jpg);
	background-repeat:repeat-x;	
}
* {
	font-family:tahoma;
	font-size:11px;
	color:#000000;
}
a:link {
	text-decoration:none;
	color:#FF3300;
}
a:visited {
	text-decoration:none;
	color:#FF3300;
}
a:active {
	text-decoration:none;
	color:#FF3300;
}
a:hover {
	text-decoration:none;
	color:#003399;
}
