/* global.css */
/* BODY CHARACTERISTICS */
body {
	background-image: url(picture_library/texture2_cream.gif);
	background-repeat: repeat;
}

A:link {color: #A55F00; text-decoration: none; font-family: arial narrow; font-weight: bold;}
A:visited {color: #CC9933; text-decoration: none; font-family: arial narrow; font-weight: bold;}
#canta{
}
A.canta:link {color: #996699; font-family: arial narrow; font-weight: bold;}
A.canta:visited {color: #CC99CC; font-family: arial narrow; font-weight: bold;}

H2{ /* Page Heading text; navy blue */
   font-family: Georgia; color: #584E8B; text-align: center;
}
H3 { /* Page Sub-heading text; purple */
   font-family: Comic Sans MS; color: #990099; text-align: left; font-style: italic;
}
H4 { /* Page Sub-heading text large; purple */
   font-family: Century Gothic; color: #990099; text-align: left;
}
H5 { /* copyrights & comments -- light blue */
   font-family: Arial narrow; color: #0066cc; text-align: center; font-weight: bold;
}

H6 { /* CD Contents */
   font-family: Arial narrow; color: #003366; text-align: left;
}

acronym { /* CD Contents */
  font-family: Arial; color: #000000; text-align: left;
}
 
/* Paragraph Characteristics for 'What Is an Art Song', 'Program Notes' & 'About the Artist' */
P {text-align: left; font-family: Trebuchet MS; font-weight: bold;}
P:first-letter {font-weight: bold; font-size: x-large;}

/* BANNER CHARACTERISTICS */
#banner {
	background: url(picture_library/Texture_cream.gif);
}
A:link.banner {color: #996600; font-family: arial narrow; font-weight: bold; font-size: small;}
A:visited.banner {color: #CC9933; font-family: arial narrow; font-weight: bold; font-size: small;}

/* NAVIGATION BAR CHARACTERISTICS for 
   			  'Program Notes' composer index & 'Past Performances' mo/yr index  */
#nav {
}
ul.nav a { 
	   background-color: #584E8B;
	   text-align: center;
	   margin-left: 0;
	   list-style: square;
	   padding: 3px;
	   text-decoration: none;
}
A:link.nav {font-family: Comic Sans MS; color: #FFFFCC;}
A:visited.nav {font-family: Comic Sans MS; color: #FFCC66;}

#nav1 {
}

ul.nav1 a {
		background-color: #3399CC;
		text-align: center;
		margin-left: 0;
		list-style: square;
		padding: 3px;
		text-decoration: none;
}
A:link.nav1 {font-family: Comic Sans MS; color: #FFFFCC;}
A:visited.nav1 {font-family: Comic Sans MS; color: #FFCC66;}
