/* Mi Cancionero */

a:link{
	color: #69493A;
	text-decoration: none;
}

a:visited{
	color: #69493A;
	text-decoration: none;
}

a:hover{
	color: #69493A;
	text-decoration: underline;
}

a:active{
	color: #69493A;
	text-decoration: none;
}

body{
	font-family: Arial;
	background-image: url('images/fondo01.jpg');
	background-repeat: no-repeat;
}

.small{
	font-family:Arial;
	font-size: 8pt;
}

.normal{
	font-family: Arial Narrow;
	font-size: 10pt;
	color: #69493A;
}

.bar{
	font-family: Arial;
	font-size: 10pt;
	color: #C1BCB7;
	background-color: #978C71
}