/* Hill Musical Company
 *
 * originally created for Netscape 4 + IE5
 * requires a complete re-write for better web-standards compliance
 */
 

body {
	text-align: center;
	min-width: 770px;
	margin: 10px 0px 10px 0px;
	padding: 0px;
	background-image: url('/hmc/images/background.jpg');
	background-attachment: fixed;
	background-position: top;
	background-repeat: repeat-x;
	background-color: #e0e6ed;
	}
	
p, li, td {
	font-family: Arial, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight; normal;
	font-size: 12px;
	line-height: 14px;
	}

h1 {
	font-family: Arial, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight; normal;
	font-size: 18px;
	line-height: 16px;
	color: #000099
	}

h2 {
	font-family: Arial, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight; normal;
	font-size: 14px;
	line-height: 16px;
	color: #000099
	}

a:link {
	font-family: Arial, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight; normal;
	font-size: 12px;
	line-height: 14px;
	}

a.small:link {
	font-family: Arial, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight; normal;
	font-size: 10px;
	line-height: 12px;
	}


	
p.tagline {
	font-family: Arial, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight; normal;
	font-size: 10px;
	line-height: 12px;
	}



	
	
	
	
	
	
	




