body {
    font-family: "tempus Sans ITC","Bookman Old Style";
    font-weight: normal;
    text-decoration: none;
    color: #fff;
  background:#02599d;
  margin:0;
  padding:40px 20px;
  text-align:justify;
  cursor: default;
}
.clearhack { display: inline; } /*Clears Box Model Hack in IE5*/

a {
	/*text-decoration: none;*/
	color: #000;
	cursor: default;}
a:hover {color: #fff;}
a img {border: none; }
#main {
	padding-top: 2em;
	width:35em;
	border: 1px;
	margin: 0 auto;
	clear: both;
}

#contingut {
	padding: 1.5em;
	
}

h2, h3{
	font-style: italic;
	text-align:center;
}

h3.dins {
	display:inline;
}

p.ind {text-align:center;}


/*ul li {	list-style: none;}*/
