body {
	margin: 0;
	padding: 0;
	background: #0F5B96 url(../images/img01.gif) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #A4E4F5;
}
h1, h2, h3, p, ol, ul {
	margin-top: 0;
}

h1, h2, h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1, h2 {
	text-transform: capitalize;
	font-weight: normal;
}

h1 {
	letter-spacing: -2px;
	font-size: 2.4em;
}
#header {
	height: 150px;
	background: url(../images/img02.jpg) no-repeat center top;
	text-transform: lowercase;
}

#logo {
	float: left;
	margin:0px;
	text-transform: uppercase;

	
}

#logo h1, #logo p {
	float: left;
	margin: 0;
	line-height: normal;
}
#logo h1 {
	padding: 47px 0 0 20px;
	font-size: 3em;
	color: #62D6F5;
}

#logo p {
	padding: 69px 0 0 7px;
	letter-spacing: -1px;
	font-size: 1.4em;
	color: #199DD2;
}

#logo a {
	text-decoration: none;
	color: #62D6F5;
}
/* Footer */

#footer {
	clear: both;
	padding: 40px 0;
	background: #083253;
}

#llibres a{
	font-family: arial;
	font-size: 14px;
	background-color: #0f5b96;
	color: #fefefe;
	margin: 0;
	
	
}
#footer li{
display: inline;

}

#footer p {
	text-align: center;
	font-size: smaller;
	color: #0F5B96;
}

#footer a {
	color: #0F5B96;
}
   table{ background-color: #33ffff;
		border: 3px solid #0000ff;
		width: 70%;
		margin: 0 auto;
		border-collapse: collapse;
		}
		
	caption{
		font-family: helvetica;
		font-size: 26px;
		background-color: #ffffcc;
		color: #242424;
		padding-top: 10px;
		padding-bottom: 10px;
		}
	th{
	font-family: arial;
	font-size: 18px;
	background-color: #0f5b96;
	color: #fefefe;
	margin: 0;
	border: 3px solid #5f5f5f;
	width: 10%;
	}
	td{
	font-family: arial;
	text-align: left;
	font-size: 11px;
	color: #4f4f4f;
	border: 2px solid #5f5f5f;
	text-align: center;
	padding: 4px;
	}
	tfoot{
	background-color: #cccccc;}
	
