body {
	margin: 0px;
	padding: 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #000;
	background-color: #fff;
	background-image: url("imatges/Fons.gif");
	cursor: url("../imatges/vng.cur"), url("imatges/vng.cur"), default;
	}

.centre {text-align: center;}
.dret {text-align: right;}
.esq {text-align: left;}
.vermell {color: red;	background-color: inherit}
.verd {color: #060;	background-color: inherit}
.mini {font-size: 9px;}
.max {font-size: 14px;}
.nomarges {margin: 0}
.obres{background-image: url("imatges/Treballant.gif")}
.total{width: 100%; height: 100%}

a {
	text-decoration: none;
	color:  #036;
	background-color: inherit;
	}
a:visited {
	color:  #036;
	background-color: inherit;
	}
a:active {
	color:  blue;
	background-color: inherit;
	}
a:hover {
	color: blue;
	background-color: inherit;
	}

a.menup:link {color: #060; background-color: inherit}
a.menup:visited {color: #060; background-color: inherit}
a.menup:active {color: #060; background-color: inherit}
a.menup:hover {color: #3f3; background-color: inherit}
	
h1 {
	font-size: 24px;
	}
h2 {
	font-size: 22px;
	}
h3 {
	font-size: 20px;
	}
h4 {
	font-size: 18px;
	}
h5 {
	font-size: 16px;
	}
h6 {
	font-size: 14px;
	}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 15px;
	}

p {
	font-size: 12px;
	text-align: justify;
	margin: 0px 0px 10px 0px;
	}

img {
	margin: 0px;
	border: 0px;
	}	

th {
	padding: 10px;
	background-image: url("imatges/FonsG.gif"); 
	vertical-align: top;
	}
dt {
	margin: 10px 0px 5px 20px;
	font-size: 14px;
	font-weight: bold;
	}
dd {
	font-size: 12px;
	text-align: justify;
	}