body{
	font-family: Verdana, sans-serif;
	color: #000;	
	margin: 0px;
	padding: 0px;
	font-size: 10pt;
	line-height: 2.0;
}
input {
	border: 1px solid #666;
	background-color: #fff;
	color: #565656;
	margin-top: 2px;
	margin-bottom: 2px;
	background-image: url(../imatges/form.gif);
	background-repeat: repeat-x;
	background-position: top center;
}
textarea {
	border: 1px solid #999;
	background-color: #fff;
	color: #565656;
	margin-top: 2px;
	margin-bottom: 2px;
}
a:link, a:visited{
	color: #00355f;
	text-decoration: none;
	border: 0;
}

a:hover {
	text-decoration: underline;
	color: #ff9c00;
	border: 0;
}

