@import 'reset.css';

/* Inici generals */
body {
	background-color: #FFFFFF;
	color: #333333;
	margin: 20px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
}
p {
	margin: 0px 0px 14px 0px;
	text-align: justify;
	line-height: 18px;
}
.clear {
	clear: both;
}
a {
	text-decoration: none;
	color: #0027D0;
	font-weight: bold;
	border-bottom: 1px #0027D0 dotted; 
}
a:hover {
	border-bottom: 1px solid;
}
