<style>	<!--
	P  {
	font-family : Arial;
	font : 12px;
}

	H1  {}

	H2  {}

	H3  {
	font-family: Arial;
	font-size: 24px;
	font-variant: small-caps;
	font-weight: bolder;
	color: Purple;
}
	H4  {
	font-family: Arial;
	font-size: 14px;
	font-variant: small-caps;
	font-weight: bolder;
	color: Purple;
}

	A  {
		font-weight : normal;
		text-decoration : none;
		font-family : Arial;
		background-position : center;
		text-align : center;
		font-size : 10px;
		color : Blue;
	}

	A:Visited  {
		font-weight : normal;
		text-decoration : none;
		font-family : Arial;
		background-position : center;
		text-align : center;
		font-size : 10px;
		color : Blue;
	}

	A:Active  {
		font-weight : normal;
		text-decoration : none;
		font-family : Arial;
		background : #CCFFFF;
		background-position : center;
		text-align : center;
		font-size : 10px;
		color : Blue;
	}

	A:Hover  {
		font-weight : normal;	
		text-decoration : underline;
		font-family : Arial;
		background : #ACD6D0;
		background-position : center;
		text-align : center;
		font-size : 10px;
		color : Blue;
	}

	.menuskin{
		position:absolute;
		width:175px;
		background-color:#ACD6D0;
		border:1px solid black;
		font:normal 12px Verdana;
		line-height:15px;
		z-index:100;
		visibility:hidden;
	}

	.menuskin a{
		text-decoration:none;
		color:black;
		padding-left:10px;
		padding-right:10px;
	}

	.horas {
		color: Fuchsia;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
	}

	.titulo {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: Blue;
	}

	.news {
		color: #808080;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
	}
		
	.nome  {
	font-family: Arial;
	font-size: 20px;
	font-variant: small-caps;
	font-weight: bolder;
	color: Purple;
	}
		
	#mouseoverstyle{
		background-color:#ACD6D0;
	}

	#mouseoverstyle a{
		color:black;
	}

	#exterior {
		padding: 2px 2px 2px 2px;
	}
	
	#interior {
		background: #fff; 
		height:200px; 
		width:208px; 
		text-align:left; 
		overflow: auto; 
		font-family:Verdana, Helvetica, Arial; 
		font-size:10px; 
		display:block; 
		position:relative;
	}

	
	
	BODY  {}
	-->
</style>

