body           	{ text-align: justify; margin-left: 5%; margin-right: 5% }
p              	{ color: black; background-color: White; font-family:"Georgia", serif }
h1             	{ color: black; background-color: White; font-size: 130% }
h2             	{ color: black; background-color: White; font-size: 120% }
h3             	{ color: black; background-color: White; font-size: 110% }
.posted		{ font-size: 65% }
.byline 	{ font-weight: bold; }
.mast          	{ color: white; background-color: #478430; }
.center        	{ text-align: center; }
.indented       { padding-left: 50pt; padding-right: 50pt; }
.left          	{ text-align: left; }
.right         	{ text-align: right; }
.deck          	{ font-weight: bold; }
.note          	{ color: blue; background-color: White; }
.atitle-first  	{ color: Black; margin-top: 10px; background-color: #B0B0B0; }
.atitle        	{ color: Black; background-color: #B0B0B0; }
#content-boxed 	{ width: 85%; margin: 0px auto; text-align: center; padding: 3px; border: 1px solid #000; background-color: #eee; }

.imgborder { 
  border: 1px solid #000000; 
} 

.floatLeft { 
    float: left; 
    margin: 8px; 
}

.floatRight { 
    float: right; 
    margin: 8px; 
}
