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% }
a:link          { color: blue } /* unvisited links */
a:visited       { color: #36648B } /* visited links */
a:hover         { color: blue } /* user hovers */
a:active        { color: blue } /* active links */
a.sbar:link     { color: blue } /* unvisited links */
a.sbar:visited  { color: blue } /* visited links */
a.sbar:hover    { color: yellow } /* user hovers */
a.sbar:active   { color: blue } /* active links */
.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; }
.alignleft { float: left; }
.alignright { float: right; }

.imgborder {
  border: 1px solid #000000;
}

.floatLeft {
    float: left;
    margin: 8px;
}

.floatRight {
    float: right;
    margin: 8px;
}
