body 					/* sets background image/color and text/forground color */
	{background-image:url(../img/checkerb.png); background-color:#699; color:#000; background-repeat:repeat-y; margin-left:90px; background-attachment:fixed;}
a:link 					/* links are light/pastel blue */
	{color:#009; background-color:transparent;}
a:visited 				/* visited links are a shade of purple */
	{color:#033; background-color:transparent;}
a:hover 					/* mouseover links are teal */
	{color:#606; background-color:transparent;}
a:active 					/* visited links are red */
	{color:#c00; background-color:transparent;}
a:focus 					/* presents white background when tabbing through links (keyboard navigation) */
	{color:#909; background-color:#fff;}
br.c						/* clear all */
	{clear:both;}
h1, h3, h5 					/* odd headings a shade of maroon */
	{color:#009; background-color:transparent;}
h2, h4, h6 					/* even headings */
	{color:#600; background-color:transparent;}
p						/* base paragraph definition */
	{font-family: "Times New Roman", Times, serif; text-align:justify;}
p.left, p.right 			/* floating paragraph settings */
	{width:10em; padding:1em;}
.copy 					/* copyright info */
	{text-align: center; font-size: 80%; font-weight: bold; margin-left:12%; margin-right:13%; margin-bottom:1em; margin-top:1em;}
.footer 					/* navigation links */
	{text-align: center; font-size: 85%; font-weight: bold; margin-top: 1em; margin-left:13%; margin-right:12%;}	
.left 					/* floats text/image on the left */
	{float:left; margin-right:0.5em;}
.right 					/* floats text/image on the left */
	{float:right; margin-left:0.5em;}
.title
	{text-align:center; background-color:#ccc; padding: 0.25em; border: solid;}
.top
	{vertical-align:middle; margin-bottom:1em;}
.update
	{color:#066; font-weight:bold; text-align:left;}
.wo						/* widow/orphan protection */
	{white-space:nowrap;}
.bottom
	{background-color:#ccc; padding:1em; border-color:#000; border: solid;}

