body 					/* sets background image/color and text/forground color */
	{background-image:url(../img/checkerb.png); background-color:#699; color:#000; background-repeat:repeat-y; background-attachment:fixed; /*margin-left:90px;*/ padding-left: 90px;}
body.colophon 				/* sets background image/color and text/forground color */
	{background-image:url(../img/diamondplate.png); background-repeat:repeat; background-color:#fc9; color:#000; margin:20px;}
body.main					/* sets background image/color and text/forground color */
	{background-image:url(../img/checkerb.png); background-color: #fc9; color: #000; background-repeat:repeat-y; margin-left:90px;}
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;}
caption 					/* table captions, big, bold, blue */
	{font-size: 200%; font-weight:bold; color:#009; background-color:transparent;}
div.counter
	{margin-top:2em; margin-bottom:2em; padding:0.75em; border-style:inset;}
div.award
	{margin-top:2em; margin-bottom:2em; border-width:thick; border-style:outset;}
h1, h3, h5 					/* odd headings a shade of maroon */
	{color:#009; background-color:transparent;}
h2, h4, h6 					/* even headings */
	{color:#600; background-color:transparent;}
img.left, img.right 			/* settings for floating images */
	{margin:10px; }
img.pic					
	{background-color: #ccc; border-width:thick; border-style:inset;}
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;}
sup 						/* superscript text not underlined when linked */
	{ text-decoration:none;}
table.wr 					/* Web Ring table properties */
	{margin:2em;}
table.ssnb					/* Web Ring SSNB table properties */
	{font-family: Arial, Helvetica, sans-serif; font-size:smaller;}	
.green					/* green text */
	{color:#060; background-color : transparent;}
.orange					/* orange text */
	{color:#f60; background-color:transparent;}
.tan					/* tan  text */
	{color:#c96; background-color:transparent;}
.teal					/* teal text */
	{color:#066; background-color:transparent;}
.title
	{text-align:center; background-color:#ccc; padding: 0.25em; border: solid;}
.black					/* black text */
	{color:#000; background-color:transparent;}
.blue					/* blue text */
	{color:#00f; background-color:transparent;}
.brkt 					/* bracket style for prev/next */
	{font-size: 125%; font-weight: bold; font-family: Arial, sans-serif;}
.capt 					/* photo credits/caption */
	{font-size: 75%; font-weight: bold; color: #009; background-color: transparent; text-align: center;}
.copy 					/* copyright info */
	{text-align: center; font-size: 80%; font-weight: bold; margin-left:12%; margin-right:13%; margin-bottom:1em; margin-top:1em;}
.cream
	{color:#ffc; background-color:transparent;}
.footer 					/* navigation links */
	{text-align: center; font-size: 85%; font-weight: bold; margin-top: 1em; margin-left:13%; margin-right:12%;}	
.lavander
	{color:#ccf; background-color:transparent;}
.left 					/* floats text/image on the left */
	{float:left; margin-right:0.5em;}
.li
	{vertical-align:middle;}
.maroon					/* maroon text */
	{color:#600; background-color:transparent;}
.navy					/* navy text */
	{color:#009; background-color:transparent;}
.peach					/* peach text */
	{color:#fcc; background-color:transparent;}
.photo					/* may be obsolete with proper use of styles */
	{color:#009; background-color: #ccc; border-width:thick; border-style: outset; text-align: center; }
.pink					/* pink text */
	{color:#fcf; background-color:transparent;}
.pn						/* prev/next links */
	{font-style:italic;}
.purple					/* purple text */
	{color:#909; background-color:transparent;}
.red						/* red text */
	{color:#c00; background-color:transparent;}
.right 					/* floats text/image on the left */
	{float:right; margin-left:0.5em;}
.silver					/* silver text */
	{color:#ccc; background-color:transparent;}
.skyblue					/* skyblue text */
	{color:#9cf; background-color:transparent;}
.top
	{vertical-align:middle; margin-bottom:1em;}
.update
	{color:#066; font-weight:bold; text-align:left; background-color:transparent;}
.white
	{color:#fff; background-color:transparent;}
.wo						/* widow/orphan protection */
	{white-space:nowrap;}
.wsg 					/* font and color for Website Garage Link */
	{color:#f00; background-color:transparent; font-family: Arial, Helvetica, sans-serif;}
.yellow
	{color:#ff0; background-color:transparent;}
.bottom
	{background-color:#ccc; padding:1em; border-color:#000; border: solid;}