body {
  font-family: sans-serif;
  font-size: medium;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 100%;
	background: #666666;
	overflow: hidden;
}

/* estils */


/* cos del document */

.cos {
	font-family: sans-serif;
	font-weight: normal;
	/*color: #999900; */
	color: #000000;
}
p {
  text-align: justify;
}
.text_avis {
	font-weight: bold;
	color: #CC0000;
	background: #FFFFE8;
	padding: 5px 20px;
}
h1 {
  font-size: 40px;
}
a:link {
	color: #cc9900;
  background: none;

}
a:visited {
  color: #b5b5b5;
  background: none;
}

a:active {
  color: #cccccc;
}
a:hover {
  color: #cccc00;
}

.data {
  font-size: larger;
  font-weight: bold;
  text-decoration: underline;
}
table.agenda {
	font-size: smaller;
	width: 80%;
}

/*estils navegador esquerra */


.seccio:link, .seccio:visited {
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
	color: #ffffff;
}
.seccio:hover {
	background: white;
	color: #ffcc00;
}



/* encapçalament */

.encapcalament {
  font-weight: bold;
  color: #CCCC33;
	text-justify: left;
}

/* taula de concerts */

.concertfet {
  background-color: #eee;
}
.concertnofet {
  background-color: #ccff99; /* #905050; */
}
.pendentconfirmar {
  background-color: #FFF0BB;
}
.concertanullat {
	background-color:#ddd;
	text-decoration: line-through;
}

/* peu de pàgina */
td.peu {
	font-size: x-small;
	font-weight: normal;
	color: #999900;
}

.text_petit {
	font-size: x-small;
	color: #999999;
}
