@charset "utf-8";

html{
	height:100%;
	overflow:auto;
	scrollbar-face-color:#C47100;
	scrollbar-highlight-color: #C47100;
	scrollbar-3dlight-color: #C47100;
	scrollbar-darkshadow-color: #C47100;
	scrollbar-shadow-color: #C47100;
	scrollbar-arrow-color:#000000;
	scrollbar-track-color:#E88500;
	font-family: "TREbuchet MS";
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-align: left;
}

body{
	color:#401D00;
	font-family:"Trebuchet MS", Arial;
	font-size:13px;
	margin:3;
	border:0;
	font-style: normal;
	font-weight: normal;
	
}

.div_corpo {
	font-family: "TREbuchet MS";
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #2C1301;
	margin: 5px;
	padding: 5px;
	height: 320px;
	width: 700px;
	overflow: auto;
}

.div_musicas{
	height:325px;
	padding:1px;
	overflow:auto;
	margin:5px;
	overflow-x:hidden;
	width: 90%;
	
}

a{text-decoration:none; color:#000000; font-weight:normal}
a:hover{
	color:#330000;
	text-decoration:underline;
	font-weight:bold
}
.titulo {
	font-family: "TREbuchet MS";
	font-size: 18px;
	font-weight: bold;
	font-variant: small-caps;
	color: #763601;
}
#div_fotos {
	margin: 5px;
	padding: 5px;
	height: 330px;
	width: 280px;
	overflow: auto;
}
.contato {
	background-color: #FEB450;
	font-family: "TREbuchet MS";
	font-size: 13px;
	color: #401D00;
	border: thin solid #E78501;
	font-variant: small-caps;
}

