body {
  background-color:#000000;
  color:#FFFFFF;
  font-family:verdana;
  font-size:11px;
}

h2 {
  font-size:12px;
}

img {
	border:0px;
}

a {
	text-decoration:none;
	color:#FFF;
}

a:hover {
	font-size:12px;
	color:#EC9536;
}

.centrar {
  border:3px solid #fff;
  width:800px;
}

.menu {
  font-family:verdana;
  color:#FFF;
  font-size:11px;
}

.menu a {
	text-decoration:none;
	color:#FFF;
}

.menu a:hover {
	font-size:12px;
	color:#CcC;
}

.contingut {
	font-size:11px;
	color:#FFF;

}

.contingut a {
	text-decoration:none;
	color:#FFF;
	font-weight:bold;
	
}

.enlaces {
	font-size:11px;
}

.enlaces a {
	font-size:11px;
	text-decoration:none;
	color:#fff;
}

.enlaces a:hover {
	font-size:11px;
	text-decoration:underline;
}

.contingut a:hover {
	font-size:12px;
	color:#EC9536;
}

div#footer {
		background-color:#2C2C2C;
		font-family:verdana;
		font-size: 11px;
		color:#FFFFFF;
		text-align:center;
		border-bottom: 1px dotted #8D8D8D;
		border-top: 1px dotted #8D8D8D;
		height:13px;
		width:800px;
}

div#footer a {
	text-decoration:none;
	color:#FFF;
	font-size:11px;
}

div#footer a:hover {
	font-size:12px;
	color:#EC9536;
	font-weight:bold;
}