html{
	background-color: #5195CE;	
}
body{
	font-family: arial;
	margin: 0px;		
	background-color: white;	
}

h1,h2,h3{
	font-family: Arial;	
}
h1{
	font-size: 2em;	
	margin-bottom: 0.6em;
}

a{
	color: #5195CE;
}

.title-text
{
	font-size: 3.5em;
	margin-top: 0px;
	padding-top: 1em;

}
.big-text{
	font-size: 2em;	
}

.button-link{
	padding: 0.6em;
	background-color: #5BC236;
	border: 4px solid #4A9C2C;
	font-family: helvetica;
	font-weight: bold;
	color: white;
	text-decoration: none;
}

.button-link:hover{
	color: #F9F9F9;
}

.chord-box
{
	display: inline;
	font-size: 1.3em;
	padding: 4px; 
	background: #EEE; 
	border: 1px solid #DDD;
}
#cord-box
{
	font-family: times;
}
#header
{
	width:100%;
	font-size: .8em;
	background-color: #02243C;
	color: white;
	font-family: Arial;	
}

#header h1, #header h1 a
{
	margin-top: 0px;
	padding-top: 0px;
	color: white;
	text-decoration: none;
}


#content
{
	padding-bottom: 2em;
}
#footer
{

	padding-top: 1em;
	width: 100%;
	background: #5195CE;
	color: white;
	min-height: 8em;	
	
}

#footer a
{
	color: white;
}