/* all valid (non-depricated) elements, set defaults */
	a, abbr, acronym, address, blockquote, body, button, cite, code, dd, del,
	dfn, div, dl, dt, em, fieldset, form, h1, h2, h3, h4, h5, h6, hr, html, iframe, img, ins,
	kbd, label, li, object, ol, p, pre, q, samp, span, strong, sub, sup, ul, var,
	caption, col, colgroup, legend, table, tbody, td, tfoot, th, thead, tr {
		font-family: Times, Times New Roman, serif;
	}	
	a:link {color:#8b4513;} 
	a:hover {color:#a52a2a;}
	a:visited {color:#556b2f;}
/* block elements */
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {text-decoration:none;} /* I don't link header tags, but do put the text inside of anchor tags */





	abbr, acronym {cursor:help;}
	strong {font-weight:bolder;}
	cite, em, var {font-style: italic;}
	sub, sup {font-size: smaller;}
	sub	{vertical-align: sub;}
	sup	{vertical-align: super;}
	cite {text-align:right;clear:both;float:right;}

 hr {color: #8b8878;background-color:#8b8878;height: 2px;width:100%;}
/* list elements */


	


/* tables */	
	th {font-weight:bolder;text-align:center;}
	caption {text-align:center;}
	
/* general text formatting */
	.textleft {text-align:left;}
	.textright {text-align:right;}
	.textcenter {text-align:center;}
	.textjustify {text-align:justify;}
	.small {font-size:0.8em;}
	.smaller {font-size:0.7em;}
	.fineprint {font-size:0.6em;}
	.strike	{text-decoration:line-through;}
	.underline {text-decoration:underline;}
	.normal {text-decoration:none;}
	.underline {text-decoration:underline;}
	.nounderline {text-decoration:none;}
	.italic {font-style:italic;}
	.bold {font-weight:bold;}
	.center {text-align:center;}
	.boldcenter {text-align:center;font-weight:bold;}
	.white {color:white;}
	.indent {margin-left:35px;}
	.large {padding:25px;font-size:.9em;color:#000;font-weight:bold;}
	.larger {font-size:125%;font-weight:bold;}
	
	.red {color:red;}
	
	
	
	
/* document flow */
	.hidden {position:absolute;top:-1000px;left:-1000px;width:1px;height:1px;z-index:6666;}	
	.left {float:left;}
	.right {float:right;}
	br.left {clear:left;}
	br.right {clear:right;}
	br.all {clear:both;}
	div.clear{clear:both;}



/* image formatting */
img {border:1px double #5C4033;}
img.right {margin:10px 0px 10px 10px;border:1px double   #5C4033;}
img.left {margin:10px 25px 10px 10px;border:1px double  #5C4033;}
	img.leftsm {float:left;margin:15px;border:1px double  #5C4033;}
	img.thumb {width:100px;height:100px;}
	img.mini {width:30px;height:30px;}
	img.borderno {border:none;}
	img.edit {width:20px;height:20px;}
	img.center {border:1px double #5C4033;}
	img.rightsp {float:right;margon-right:100px;}
	img.border {border:1px double #5C4033}
	img.wright {float:right;border:0px;}
	
/* thumbnails with borders */
	div.thumbleft {margin-right:10px;}
	div.thumbright {margin-left:10px;}
	
