/* Style sheet for Custom Birthday Songs*/
/* August 13, 2005 */


body
{
	margin:0;	
        color:#000000;
	background: #cdd6ff;
	font-family:"Arial";
}

/* ~ ~ ~ ~ ~ Text for light-colored backgrounds. ~ ~ ~ ~ ~ */

/* maintext applies to text in white section of page.
   Color=black. Size = default. */ 

.maintext 
{
	color:#000000;
	font-family:"arial";
	font-size:1.0em;
}

/* songnames is used for names of songs. Same size as maintext,
   Color=rusty red, bold. */ 

.songnames 
{
	color:#CC0000;
	font-family:"arial";
	font-weight:bold;
	font-size:1.0em;
}

/* lyrics is used for song lyrics. Slightly smaller than maintext,
   Color=gold. */ 

.lyrics 
{
	color:#CC6600;
	font-family:"arial";
	font-size:0.95em;
}

/* Unordered List controls: same as maintext. */ 

ul
{
	color:#000000;
	font-family:"arial";
	font-size:1.0em;
}

/* smalltext is slightly smaller than maintext. Used for captions, etc.
   Color=black. */ 

.smalltext 
{
	color:#000000;
	font-family:"arial";
	font-size:.95em;
}

/* smalltextdarkgray is slightly smaller than maintext. Used for captions, etc.
   Color=dark gray. */ 

.smalltextdarkgray
{
	color:#333333;
	font-family:"arial";
	font-size:.95em;
}


/* smalltextred is same size as small text, but bold face..
   Color=Rusty red. */ 

.smalltextred 
{
	color:#CC3366;
	font-family:"arial";
	font-weight:bold;
	font-size:.95em;
}

/* smalltextgray is same size as small text, but bold face.
   Color=light gray. */ 

.smalltextgray 
{
	color:#EEEEEE;
	font-family:"arial";
	font-weight:bold;
	font-size:.95em;
}

/* caption is used for captions under CD covers, lyric sheets, etc.
   Color=black. size slightly smaller than maintext. Italics.*/ 

.caption 
{
	color:#000000;
	font-family:"arial";
        font-style: italic;
	font-size:.95em;
}

/* ~ ~ ~ ~ ~ ~ Quotes for testimonials page ~ ~ ~ ~ ~ ~ ~ ~ */
/* Same size as maintext. Quote italicized. Right and left
   justification are controlled in table cells.  */

.quote 
{
	color:#000000;
	font-family:"arial";
        font-style: italic;
	font-size:1.0em;
}

/* quotename is used for names of people being quoted.
   Color= black. Size= same as menu items. */ 

.quotename 
{
	color:#000000;
	font-family:"arial";
	font-size:1.0em;
}


/* ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ Headers ~ ~ ~ ~ ~ ~ ~ ~ ~ */


/* h1 headers are slightly larger than main text,
   bold, centered. Color=black.  */
 
h1 
{
	color:#000000;
	font-family:"arial";
	font-size:1.75em;
	font-weight:bold;
	text-align: center;
	margin-top: .5em;
	margin-bottom: 1em;
}


/* h2 headers are slightly larger than main text, but
   smaller than h1, bold,left-justified, color=Magenta.  */ 
h2 
{
	color:#CC3366;
	font-family:"arial";
	font-size:1.5em;
	font-weight:bold;
	text-align: center;
	margin-top: .25em;
	margin-bottom: .5em;
}


/* h2left headers are same as regular h2 headers, but left-justified. */ 
.h2left 
{
	color:#CC3366;
	font-family:"arial";
	font-size:1.5em;
	font-weight:bold;
	text-align: left;
	margin-top: .25em;
	margin-bottom: .5em;
}

/* h3 headers are slightly larger than main text, but
   smaller than h2, bold,centered, color=black.  */ 
h3 
{
	color:#000000;
	font-family:"arial";
	font-size:1.25em;
	font-weight:bold;
	text-align: center;
	margin-top: .25em;
	margin-bottom: .5em;
}

/* h3left  headers are slightly larger than main text, but
   smaller than h2, bold,left-justified, color=black.  */ 
.h3left 
{
	color:#000000;
	font-family:"arial";
	font-size:1.25em;
	font-weight:bold;
	text-align: left;
	margin-top: .25em;
	margin-bottom: .5em;
}

/* ~ ~ ~ ~ ~ ~ ~ ~ Navigation Controls ~ ~ ~ ~ ~ ~ ~ */

/* Default navigation for main text (on light background). 
   Inherit font-family and size from parent. Link= blue,
   active & visited link=dark red,hover = dark red. */

a:link    
{      color:#0000CC; }

a:visited
{      color:#9900CC; }

a:active
{      color:#990000; }

a:hover
{      color:#990000; }



