p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000066;

}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: crimson;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #990000;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000066;
	list-style-position: outside;
	list-style-image: url(Img/bttn/LITE.gif);

}
a:link {
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	color: #0000AB
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF9900;
}
body {
	color: #003366;
	background: url(music-sheet.jpg);
	margin:0;
	padding:0;
   background-repeat:no-repeat;/*we want to have one single image not a repeated one*/  
   background-size:cover;/*this sets the image to fullscreen covering the whole screen*/  
   /*css hack for ie*/     
   filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.image.jpg',sizingMethod='scale');
   -ms-filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader(src='image.jpg',sizingMethod='scale')";
}

ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000099;
	list-style-position: outside;
	list-style-type: disc;
}
