body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #F7F7F7;
	margin-top: 0px;
}

p {
	font-size: 12px;
}

h1 {
	font-size: 24px;
	font-style: oblique;
	color: #8b0e13;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 14px;
}

/* menú de navegació */

#nav {
	font-size: 14px;
	list-style-type: none;
}
	
#nav li {
	height: 60px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8b0e13;
}

#nav li a {
	text-decoration: none;
	color: #8b0e13;
	display: block;
	height: 60px;
	padding-left: 10px;

}

#nav li a:hover {
	background-color: #ccc;
}

a {
	color: #8b0e13;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #ccc;
	text-decoration: underline;
}

img {
	border: 0px;
}
.floatright {
 	float: right;
	margin-left: 25px;
}
	