* {
        font-family : Arial, Helvetica, sans-serif;
}

P, TD, TH, DL, BODY, BLOCKQUOTE, PRE, DIV, OL, UL  {
        font-size : 10pt;
        color: black;
}

html, body {
        margin: 0;
        padding: 0;
        background-color: #E19F2D;
	background-image: url(background.jpg);
        scrollbar-base-color: #E19F2D;
}

SMALL  {
	font-size : 8pt;
}
 
/* Links */
a:link, a:visited {
        color: #028902;
}
a:hover, a:active {
	color: #08B008;
}

 
H1  {
	font-size : x-large;
	font-weight : bold;
	color : #A207B1;
}
  
H2, .heading2  {
  	font-size : large;
  	font-weight : bold;
	color : #A207B1;
}
  
H3, .heading3  {
  	font-size : medium;
  	font-weight : bold;
	color : #A207B1;
}
  
H4, .heading4  {
	font-size : medium;
	font-weight : normal;
	color : #A207B1;
}
  
.pullquote  {
  	font-size : medium;
  	font-weight : bold;
  	font-style : italic;
	color : #A207B1;
}

.quoter, .quoter i {
  	font-size : 10pt;
        color: #a74d06;
	text-align: right;
	margin-top: 5px;
	margin-right: 4px;
}

hr {
	border: none;
	color: #028902;	
	background-color: #028902;
	height: 2px;
}

.hvmusic_headline {
  	font-weight: bold;
}
.hvmusic_date {
  	text-decoration: underline;
}

