body {
	padding:0; margin:0;
	height:100%;
	width:100%;
	font-family:Tahoma,sans-serif;
	background-color: #fff;
  	text-align:center;
  	}


p	{ 
	font-size:0.85em;
	text-align:justify;
	padding:0 5px 5px 5px; 
	}
	
	
#contenthome{
	border:1px solid #015D01;
	background-color:#FDE3B0;
	margin:0px auto;
	width:700px;
	height:439px;
	padding:0;
	text-align:center;

	}
	
	



img.imgl { 
	float:left;
	margin-right:20px; 
	}


h1	{

	margin-top:50px;
	text-align:center; 
	font-size:1.2em; 
	color:#330000; 
	}

h2	{ 

	text-align:center; 
	font-size:1.5em; 
	color:#015D01; 
	}




#player	{

	text-align: right;
	margin:50px auto 10px auto;
	width:700px;
	}
	
	
	
/* -------------------  NAVIGATION ------------------------------ */

#nav	{

	background-color:#015D01;
	border:1px solid #015D01;
	margin:0px auto;
	padding:0px;
	width:700px;
	text-align:right;
	}

/* -------------------- LINKS ---------------------------- */

a:link	{ font-size:0.8em; font-weight:bold; color:#ffcb99; text-decoration:none; padding:5px; }
a:visited { font-size:0.8em; font-weight:bold; color:#ffc; text-decoration:none; padding:5px; }
a:hover	{ font-size:0.8em; font-weight:bold; color:#ffcb99; text-decoration:none; padding:5px;}
a:focus { font-size:0.8em; font-weight:bold; color:#333; text-decoration:none; padding:5px;}
a:active { font-size:0.8em; font-weight:bold; color:#ffcb99; text-decoration:none; padding:5px;}


a:link.inner	{ font-size:0.8em; font-weight:bold; color:#015D01; text-decoration:none;  padding:0; }
a:visited.inner { font-size:0.8em; font-weight:bold; color:#999; text-decoration:none;   padding:0; }
a:hover.inner	{ font-size:0.8em; font-weight:bold; color:#030; text-decoration:none;  padding:0; }
a:focus.inner { font-size:0.8em; font-weight:bold; color:#015D01; text-decoration:none; }
a:active.inner { font-size:0.8em; font-weight:bold; color:#015D01; text-decoration:none;  padding:0; }
