/* CSS Document */

body,td,th {
	font-family: Times New Roman, Times, serif;
	font-size: 15px;
	color: #FFF7E7;
}
body {
	background-color: #000000;	

	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

	scrollbar-face-color: #000000;
	scrollbar-highlight-color: #000000;
	scrollbar-shadow-color: #000000;
	scrollbar-3dlight-color: #000000;
	scrollbar-arrow-color:  #FFF7E7;
	scrollbar-track-color: #000000;
	scrollbar-darkshadow-color: #000000;
}
a:link {
	color: #FFF7E7;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF7E7;
}
a:hover {
	text-decoration: none;
	color: #66384D;
	}
a:active {
	text-decoration: none;
	color: #FFF7E7;
}

/**************************************  ESTIL DEL TEXT  *******************************************/
.menu {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight:bold;
	color:#FFF7E7;
	font-style: normal;
	padding-left:10px;
	padding-right:10px;
}
ul {
	list-style-position: inside;
	list-style-type: none;
}
li {
	list-style-position: inside;
	list-style-type: none;
}

/*******************************************  POSICIÓ IMATGE  *******************************************/

#imatge {
	z-index:1;
}