/* CSS Document */

#content {
	background-color: #FEE400;
}

hr {
	border-top: 1px solid #FEE400;
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
	height: 1px;
}

h4 {
	color: #FEE400;
}

h5 {
	color: #FEE400;
	border-bottom: 1px solid #FEE400;
}

#left a:link, #left a:visited, #left a:active {
	color: #000;
}

#left a:hover {
	color: #949191;
}

.contingut ul {
	list-style-image: url(images/fletxa_groga.gif);
}

.contingut b {
	font-weight: normal;
	color: #FEE400;
	text-decoration:none;
}

.contingut a:link, .contingut a:visited, .contingut a:active, .contingut a:hover{
	font-weight: normal;
	color: #FEE400;
	text-decoration:none;
}