@charset "UTF-8";
/* CSS Document */


<!--
body {
	font-family: garamond, Georgia, serif, arial, geneva, helvetica, san serif;
	font-size: 15px;
	color: #0033CC;
	background-color: #d2b48c;
	line-height: 24px;
}

p  {font-size: 17px;
	color: #000000;
	background-color: 

}

h1,h2,h3,h4,h5,h6 {	font-family: garamond,Georgia, serif, arial, geneva, helvetica, san serif;
}
h1 {
	font-size: 50px;
	color: #003399;
	background-color:
	<!-- Wright's Words-->
}
h2 {
	font-size: 26px;
	color: #003399;
	background-color:
	<!-- page descrip-->
}
h3 {
	font-size: 22px;
	color: #000000;
	background-color:  ;
	<!-- tag line-->
}
h4 {
	font-size: 18px;
	color: #003399;
	background-color: 
	<!-- true heading-->
}
h5 {
	font-size: 22px;
	color: #003399;
	background-color:  ;
	<!-- topic headings-->
}

	
a:link {
	font-size: 18px;
	text-decoration: none;
	color: #990000;
}

a:visited {
	font-size: 18px;
	text-decoration: none;
		color: #993333;
}

a:hover {
	font-size: 18px;
	text-decoration: underline;
		color: #556B2F;
}

a:active {
	font-size: 18px;
	text-decoration: none;
	color: #990000;
	
}

quote {color: #00008b;
}
	
    blockquote {
    border : 2px solid #daa520;
	color: #9370D8;
	font-size: 15px;
    width: 350px;
    float: left;
    margin: 4px;
    padding: 4px;
    background-color: #F5FFFA;
    quotes: "\201C" "\201D";
    }
	
	quote 2 {color: #00008b;
}
	
    blockquote {
    border : 2px solid #daa520;
	color: #9370D8;
	font-size: 15px;
    width: 150px;
    float: left;
    margin: 4px;
    padding: 4px;
    background-color: #F5FFFA;
    quotes: "\201C" "\201D";
    }