/* cantatrice.css */
/* BODY CHARACTERISTICS */
body {
	background-image: url(picture_library/linen_paper.gif);
	background-repeat: repeat;
}
A:link {color: #996600; font-family: arial narrow; font-weight: bold;}
A:visited {color: #F4A500; 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;}


H1{ /* Page Heading text */
   font-family: Comic Sans MS; color: #990066; text-align: center;
}
H2{ /* Page Heading text */
   font-family: Georgia; color: #666699; text-align: center;
}
H3 { /* Page Sub-heading text */
   font-family: Times New Roman; color: purple; text-align: center; font-weight: bold;
}
H4 { /* Page Sub-heading text large */
   font-family: Century Gothic; color: teal; text-align: center;
}
H5 { /*   */
   font-family: Arial narrow; color: #0066cc; text-align: center; font-weight: bold;
} 
/* Paragraph Characteristics for 'CantaPrograms.html' */
#prog {
}
P.prog {text-align: center; font-family: arial; color: #666699}
/* Paragraph Characteristics for 'CantaBios.html' */
#bios {
}
P.bios {text-align: left; font-family: arial; color: #666699}
P.bios:first-letter{font-weight: bold; font-size: x-large;}
P.special {font-weight: bold; font-family: Comic Sans MS; color: #990033; font-size: medium;}
P.special2 {text-align: center; font-weight: bold; font-family: tahoma; color: #660033}
P.special2:first-letter{font-weight: bold; font-size: x-large;}
