body {
	padding-left: 12em;
	background-color:#ffd399;
/*	background-image:url('/cara3.png');*/
	background-repeat:no-repeat;
	background-position:1em 15em;
	background-attachment: fixed
}

ul.menu {
	position: fixed;
	top: 2em;
	left: 1em;
	width: 9em;
	margin: 0;
	padding:0.3em;
	border-style: outset;
	color:maroon;
	list-style-type:none;
	/*visibility: hidden;*/
}

/*ul.menu a:visited {
	float:top;
	width:6em;
	text-decoration:none;
	color:white;
	background-color:maroon;
	padding:0.2em 0.6em;
	border-right:1px solid white;
}
*/

a:visited {
	color:maroon;
}


a:link {
	color:maroon;
}


a:hover {
	/*color:#651111;*/
	color:black;
}


div.imatge {
	float:right;
	border: 1px solid black; 
	text-align: center;
	font-weight: bold
}

h1 {
	border: solid;
	border-bottom-width: 0.1em;
	border-color: maroon;
}

h2 {
	border-bottom-style: solid;
	border-bottom-width: 0.1em;
	border-bottom-color: maroon;
}

h1:hover, h2:hover {
	color:#651111;
}
