body {
	background-color: #FFF;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	width : 750px;
	
}
a, a:link, a:active { color: #0000FF; text-decoration: none; }
a:visited { color: #003399; text-decoration: none; }
a:hover { color: #990000; text-decoration: underline; }
p {font-size: 85%}
div {}
h1 { color:   black; border-bottom: 5px solid   black; margin-left: 190px;}
h2 { color: #003366; border-bottom: 4px solid #003366; margin-left: 190px;}
h3 { color: #336699; border-bottom: 3px solid #336699; margin-left: 190px;}
h4 { color: #6699CC; border-bottom: 2px solid #6699CC; margin-left: 190px;}
h5 { color: black; margin-left: 205px; text-decoration: underline;}
h6 { color: red; border-bottom: 1px dashed; border-color: gray; margin-left: 190px;}
hr { margin-left: 190px;}

.quote {
	background-color: #6699CC;
	margin-left: 240px;
	margin-right: 60px;
	}
	
.quotemm {
	background-color: pink;
	margin-left: 240px;
	margin-right: 60px;
	}

.letter {
	background-color: black;
	margin-left: 240px;
	margin-right: 60px;
	font-size: 115%;
	color: silver;
	font-family: bradley hand itc;
	}

.banner { 
	background-color: #003366;
	color: #FFFFFF;
	font-weight: bolder;
}
.navigation {
	background-color: #CCDDEE;
	border: 1px solid #CCDDEE;
	font-size: 80%;
}
.content_main { background-color: #FFFFFF;}
.content_left {
		font-size: 90%;
}
.content_left .box {
	border: 1px solid #336699;
	background-color: #CCDDEE;
	font-size: 85%;
}
.content_left .box .header {
	background-color: #003366;	
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1em;
	
}
.content_left .box p {
	margin-left: 5px;
	margin-right: 5px;
}
.content_right {
		 
}
.footer {	
	color: #999;
	font-size: smaller;
	text-align: center;
	border-top: 1px dashed #CCCCCC;
	margin-left : 185px;
	margin-right : 0px;
}
.meta-info {
	font-size: 70%;
}
.paragraph {
	line-height: 1.4em;
	margin-left: 190px;
}

.smaller { font-size: 65%; }
.smaller2 { font-size: 95%; }
.darkest { background-color: #003366; }
.darker { background-color: #336699; }
.dark { background-color: #6699CC; }
.light { background-color: #99CCFF; }
.lighter { background-color: #DDEEFF; }
.lightest { background-color: #FFFFFF; }

