/*  This is the CSS Build for Isabella's Thesis Site */
/*  Created by David M. Sarvai at SarvaiD@Yahoo.Com  */

Body { 	Margin: 		1em 2em 2em 2em;
	Background: 		URL(../images/corner.gif);
	Background-repeat: 	no-repeat;
	Background-attachment: 	fixed;
	Text-Align:		Justify;
	}

P {	Font-Family:	Futura Light Bt, Garamond, Verdana;
	Font-Size:	14px;
	Text-Indent:	1em;
	White-Space:	Normal;
	
	}

TD {	Font-Family: Futura Light Bt, Garamond, Verdana;
	Font-Size: 14px;}

.Quote p {	margin: 	0em 1em 0em 1em;
		Font-Family: 	Futura Light Bt, Garamond, Verdana;
		Font-Size: 	14px;
		} 

.bib {		Font-Size:	14px } 

.crono {	Font-Size:	16px } 

H1 {	Color: #51298E;
	Font-family: 	Garamond, Verdana;
	Font-Size: 	20px;
	Font-Weight:	Bold;
	Text-Align: 	Left;
	Text-Transform: Uppercase;
	}

H2 {	Font-Size:	14px;
	Font-Family:	Garamond, Verdana;
	Font-Weight: 	Lighter;	
	Text-Align:	Right;
	Text-Transform:	Uppercase;
	}

H3 {	Font-Size:	16px;
	Font-Family:	Garamond, Verdana;
	Font-Weight: 	Bold;	
	Text-Align:	Left;
	Text-Transform:	Uppercase;
	}

H6 {	Color: #51298E;
	Font-family: Futura Lt Bt;
	Font-Size: 10px%;	
	Text-Align: Left;
	}

UL {	List-Style-Type:	Disc;
	Font-Family:		Garamond, Verdana;
	Font-Size:		14px;
	}

UL UL { List-Style:	None}


A[href]	{	Text-Decoration: none	}

A:link	{	Font-Color: #51298E;
		Text-Decoration: UnderLine; 
		}

A:visited	{	Font-Color: red;
			Text-Decoration: UnderLine; 
			}

A:active	{	Font-Color: #4F00A0;
			Text-Decoration: UnderLine; 
			}

/* Below CSS from WWW Consortium Style Sheet */
@media Screen    
{	A:hover {	BACKGROUND: #FFA
		}}

/* Below CSS from WWW Consortium Style Sheet */
/* CSS for Hearing Impaired Viewers - Not all Tags Used */
@media Aural    
{	H1 {stress: 20; richness: 90
		}
	H2 {stress: 20; richness: 90
		}
	H3 {stress: 20; richness: 90
		}
	.hide {speak: none
		}
	P.copyright {volume: x-soft; speech-rate: x-fast
		}
	DT {pause-before: 20%
		}
	PRE {speak-punctuation: code
		}
}