@charset "UTF-8";
/* CSS Document */
body {
	background-color: #f0f8da;
	text-align: center;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */ float: right; margin-left: 8px;}
.fltlft { /* this class can be used to float an element left in your page */ float: left; margin-right: 8px;}
h2 { font-family: Cambria, Georgia, "Times New Roman", Times, serif; font-weight: normal; }
h3 { color: #60F; font-family: Candara, Verdana, Geneva, sans-serif; }
h4 { color: #397; font-family: Candara, Verdana, Geneva, sans-serif; }
