﻿	body
	{
		text-align: center;
		background: #B0C4DE;
		color: #444;
	}
	
	#container
	{
		text-align: left;
		background-color: white;
		margin: 0 auto;
		padding: 15px;
		width: 700px;
		border: 2px solid #000000;
	}
	
	
	p            
	{
	    font-family: Arial, Helvetica, sans-serif;
		font-size: 10pt;
		color: #000000;
		line-height: 150%;
    }	
    
    .tab           
	{
	font-family: "Courier New", Courier, monospace;
	font-size: 12pt;
	color: #000000;
	line-height: 90%;
}

	 ul
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #003F87;
	line-height: 150%;
}
    
    ol
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #003F87;
	line-height: 150%;
    }

	
	.learn       
	{ 
		font-family: Arial; font-size: 8pt;
		text-align: center
	}
	
	.links       
	{ font-size: 8pt; 
	  font-family: Arial; 
	  text-align: center; 
	  margin-bottom: 0; 
	}
	
	.google2
	{ 
	  margin-top: 30px; 
	  margin-bottom: 0px; 
	}
	
	.here
	{
		font-family: Arial;
		font-size: 10pt;
	}
		
	h1
	{
		font-family: Arial;
		font-size: 16pt;
		font-weight: bold;
		color: #003F87;
	}	
	
	h2
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12pt;
		font-weight: bold;
		color: #003F87;
	}

	
	h3
	{
		font-family: Arial;
		font-size: 12pt;
		font-weight: bold;
		color: #000000;
	}
	
	h4
	{
		font-family: Arial;
		font-size: 10pt;
		font-weight: bold;
		color: #000000;
		text-align: right;
	}
	
	#nav
	{
		float: left;
		width: 130px;
		display: inline;
		margin-left: 20px;
		padding: 15px 0;
	}
	
	#nav ul
	{
		font-family: Arial; font-size: 10pt;
		margin: 0;
		padding: 0;
		list-style-type: none;
		text-align: right;
	}
	
	#nav li
	{
		background: url('../Free%20Sheet%20Music/images/header-bullet-6.gif') no-repeat 100% .4em;
		padding: 0 10px 5px 0;
	}
	
	#content
	{
		float: left;
		width: 475px;
		margin-left: 45px;
		padding: 15px 0;
	}
	
	#footer
	{
		clear: both;
		background: #458B00;
		color: #fff;
		padding: 5px 10px;
		text-align: right;
		font-family: Arial;
		font-size: 8pt;
	}
	
	a:link { color: #003F87; }
	a:visited { color: #CD3700; }
	
	a:active
	{
		color: #fff;
		background: #175B7D;
	}

    a:hover
	{
		color: #fff;
		background: #175B7D;
	}
</style>
