body{
	margin:25px;
	padding:0px;
	font-family:courier;
	background:#000000;
	color:#FF0099;
	text-align:justify;
	border-width:5px;
	border-color:#FF0099:
	}
#contenidor{
	width:800px;
	border-left:solid;
	border-right:solid;
	}
	#encap{ 
		clear:both;
		width:800px;
		background:#FF0099;
		color:#000000;
		font-size:large;
		font-stretch:extra-expanded;
		font-weight:bold;
		}
	#menu{
		clear:left;
		float:left;
		width:200px;
		background:#000000;
		border-right-style:double;
		}
		#menu ul{
			list-style:none;
			padding:2px;
			}
		#menu li{
			color:#FF0099;
			text-decoration:none;
			margin: 10px 0 10px 0;
			}
		#menu li a{
			color:#FF0099;
			border-left:solid;
			padding-left:4px;
			text-decoration:none;
			}		
		#menu li a:hover{
			color:#B1CC48;
			font-size:24px;
			border-left:solid #B1CC48;
			border-right:solid;
			padding-left:8px;
			padding-right:8px;
			text-decoration:underline;
			text-transform:lowercase;
			}	
	#contingut{
		clear:right;
		float:right;
		width:590px;
		background:#000000;
		text-align:justify;
		font-size:x-small;
		}
		#contingut a{
			color:#4A004A;
			text-decoration:none;
			}
		#contingut a:hover{
			color:#B1CC48;
			text-decoration:underline;
			}
	#peu{
		clear:both;
		width:808px;
		background:#FF0099;
		text-align:center;
		font-size:small;
		font-weight:bold;
		}
		#peu a{
			color:#000000;
			text-decoration:none;
			}
		#peu a:hover{
			color:#B1CC48;
			text-decoration:underline;
			font-size:20px;
			}
	#informatiu{
		clear:both;
		width:800px;
		background:#FFB3E0;
		border-top:solid;
		font-size:xx-small;
		}

	#bloc1{
		clear:left;
		float:left;
		width:255px;
		height:400px;
		}
	#bloc2{
		float:right;
		width:320px;
		height:400px;
		}
	#bloc3{
		float:right;
		width:185px;
		}
		
	h1{
		text-align:center;
		padding:50px;
		font-size:15px;
		}
	
h3{
	padding:0px;
	text-align:justify;
	}
	h3 ul{
	list-style:none;
	padding:0px;
	}
	h3 li{
	text-decoration:none;
	}
	h3 li a{
	color:#000000;
	text-decoration:none;
	margin:0 auto;
	border-left:solid;
	padding-left:5px;
	}
	h3 li a:hover{
	color:#000000;
	font-size:10px;
	border-left:solid #B1CC48;
	border-right:solid;
	padding-left:0px;
	padding-right:0px;
	text-decoration:underline;
	text-transform:lowercase;
	}