/* CSS Document */

h2 {
	float: left;
	margin-top: 50px;
	margin-left: 20px;
	width: 450px;
	height: 200px;
	text-align: center;
}

img#rellotge {
	margin-top: -10px;
	float: right;
}
h2 a {
	color: white;
	font-size: 24px;
	text-decoration: none;	
}

h2 a:hover {
	text-decoration: underline;
}

h2 span {
	color: black;
	font-size: 30px;
}

p#rss {
	clear: both;
	text-align: center;
	font-size: 8px;
}




