/* background dark red */
body { background: #990000; }

p { color: black; 
margin-left: 23px; 
margin-right: 23px; 
font-size: .8em; 
line-height: 1.5em; 
font-family: Verdana, Arial, sans-serif; }

p.white { color: white; 
margin-left: 23px; 
margin-right: 23px; 
line-height: 1.4em; }

p.zero { margin-left: 0; 
margin-right: 0; }

p.small { margin-left: 10px; 
margin-right: 10px; 
font-size: .6em; }

p.title { font-weight: bold; 
line-height: 1.4em; 
margin-top: -20px; }

p.spacing { line-height: 1.3em; 
margin-top: -15px; }

.right { align: right; }

.margin { margin-left: 23px; 
margin-right: 23px; }

.orange { color: #cc3300; }

.grey { line-height: 1.3em; 
color: #999999; }

.cyan { color: #0099FF; } 

.maroon { color: #990000; }


ul { list-style-image: url('images/bullet.gif'); 
list-style-type: square; 
color: black; 
text-align: left; 
margin-left: 50px; 
margin-right: 23px; 
font-size: .8em; 
line-height: 1.5em; 
font-family: Verdana, Arial, sans-serif; }

ol { color: black; 
text-align: left; 
margin-left: 50px; 
margin-right: 23px; 
font-size: .8em; 
line-height: 1.5em; 
font-family: Verdana, Arial, sans-serif; }


/* cyan, underlined link, grey hover, orange visited */
a:link	{ color: #0099FF; 
text-decoration: none; 
line-height: 1.3em; }

a:visited { color: #0099FF; 
text-decoration: none; 
line-height: 1.3em; }

a:active { color: #cc3300; 
text-decoration: underline; 
line-height: 1.3em; }

a:hover { color: #cc3300; 
text-decoration: underline; 
line-height: 1.3em; }


/* white header and footer, smaller font, no underline, black background on hover */
a.header:link { color: white; 
text-decoration: none; 
font-size: .8em; }

a.header:visited { color: white; 
text-decoration: none; 
font-size: .8em; }

a.header:active { color: white; 
text-decoration: none; 
font-size: .8em; }

a.header:hover { background-color: black; 
text-decoration: none; 
font-size: .8em; }


/* for definitions--cyan, no underline, cyan background on hover */
a.rollover:link	{ color: #0099FF; 
text-decoration: none; 
cursor: help; }

a.rollover:visited { color: #0099FF; 
text-decoration: none; 
cursor: help; }

a.rollover:active { color: black; 
text-decoration: none; 
background-color: #9bd7ff; 
cursor: help; }

a.rollover:hover { color: black; 
text-decoration: none; 
background-color: #9bd7ff; 
cursor: help; }

/* to make the images align correctly in more standard compliant browsers */
#button { margin-top: 50px; }

#artistname { margin-left: 23px; }		
