

/* comment: STYLE css: 

text weight, 
font, 
kearning, 
size, 
link style, 
borders.  

linespacing  in position.

 */

	
	
	
body {	 
	
	font-size: 85%;
	font-family: verdana, arial, helvetica, geneva, sans-serif;
	}
	
	
.sanserif {
	font-family: verdana, arial, helvetica, geneva, sans-serif;	}	

.serif {
	font-family: ;	}	


	
	
/* general link - verdana, bold */
a { font-weight: bold; }

a:link {text-decoration: none; }
a:visited {text-decoration: none; }
a:hover {text-decoration: underline; }
a:active {text-decoration: underline; }




div#pagediv {}
div#content-top {}
div#content-left {}
div#content-right {}
				
				
/* comment: H1  */

h1 {	
	font-size: 150%;
	font-weight: bold;
	}

/* comment: H2  */

h2 {
	font-size: 120%;
	font-weight: bold;
	}
	
	
/* comment: H3- */

h3 {
	font-size: 100%;
	font-weight: bold;
	}
	


/* comment: */

h4 {
	font-size: 90%;
	font-weight: bold;
	}
	
	
<!-- one stop place to alter bold styling -->
strong { }


/* for right column include */
.navlist {
		font-size: 80%;
		font-weight: bold;
		}


#navbar {	}




/* DEFINE GENERIC STYLES */
	
.small { font-size: 92%; }
.smaller { font-size: 86%; }
.smallest { font-size: 78%; }
.small95 { font-size: 95%; }
.small90  { font-size: 90%; }
.small85 { font-size: 85%; }
.small80  { font-size: 70%; }
.small75 { font-size: 75%; }
.small70 { font-size: 70%; }

.big { font-size: 110%; }
.bigger { font-size: 120%; }
.biggest { font-size: 130%; }
.big110 { font-size: 110%; }
.big115 { font-size: 115%; }
.big120 { font-size: 120%; }
.big125 { font-size: 125%; }
.big130 {font-size: 130%; }
.big135 {font-size: 135%; }
.big140 {font-size: 140%; }
.big145 {font-size: 145%; }
.big150 {font-size: 150%; }
.big155 {font-size: 155%; }

.bold { font-weight: bold; }
.normal { font-weight: normal; }
.lighter	 { font-weight: lighter; }
.italic { font-style: italic; }
.underline { text-decoration: underline;}

.left { text-align: left; }
.center { text-align: center; }
.right { text-align: right; }
.justify {text-align: justify; }




/* also text-top and text-bottom values */
.super {vertical-align: super;}
.top {vertical-align: top;}
.baseline {vertical-align: baseline;}
.middle {vertical-align: middle;}
.bottom {vertical-align: bottom;}
.sub {vertical-align: sub;}


/* SPECIAL / CUSTOM STYLES */

.nostyle { font-weight: normal; font-style: normal; text-decoration: none;}
.copyright { font-size: 80%; text-decoration: none; text-align: center;}


.hr90 { width: 90%; text-align: center; }
.hr85 { width: 85%; text-align: center; }
.hr80 { width: 80%; text-align: center; }
.hr75 { width: 75%; text-align: center; }
.hr70 { width: 70%; text-align: center; }
.hr50 { width: 50%; text-align: center; }



