body {
	background: #003366 url("imatges/fons_reixa.jpg") repeat-y;
}

.general {
	/*background: #003366 url("imatges/fondostreet.jpg") no-repeat;*/
	border: solid white 2px;
	padding: 0;
	background: #003366 url("imatges/fons_general.jpg");
}

.general2 {
	background: none;
	border: solid white 2px;
	padding: 0;
}

td {
	font-family: Verdana, Arial;
	font-size: 11px;
	color: white;
}

a {
	color: white;
	font-weight: bold;
	TEXT-DECORATION: none;
}

a:hover {
	TEXT-DECORATION: underline;
}