/*  

Author: Miguel Pena Roma
Author URI: https://www.miguelpena.com/

*/

a {
	color: #009900;
	text-decoration: none;
	}

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

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color: #D2F5C0;
	color: #333;
	text-align: center;
	}

#container {
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 770px;
	border: 1px solid #66cc33;
	}

#header {
	background-color: #ffffff;
	}


#content {
	background-color: white;
	font: 1.9em Verdana, Arial, Sans-Serif;
	color: #009900;
	}

#notas {
	background-color: white;
	font: 1.2em Verdana, Arial, Sans-Serif;
	color: #5A5A5A;
	text-align: left;
        margin-left: 20px; 
	}

#songs
{
        position:relative;
	width: 400px;
	}

#songs li {
	font: 1.2em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	text-align: left;
	}

#songs li {
	margin: 10px auto;

	list-style: none;
	}