<!--

	/* Style of body tag, color = text color; background = background color */
	body {
		color: #000000; 
		background-color: #FFFFFF
	}  	

	/* Paragraph Style Sheet, spaces paragraphs a little better for use in table cells and sets defaults for each paragraph, which is overwritten by the class, if used*/

	p  { font-style: normal; font-size: 12px; font-family: Sans-Serif, Verdana, Times }
	h4  { font-style: normal; font-size: 10px; font-family: Sans-Serif, Verdana, Times }
	h5  { font-style: normal; font-size: 12px; font-family: Times, Sans-Serif, Verdana, Times }
	td  { font-style: normal; font-size: 12px; font-family: Sans-Serif, Verdana, Times }
	tr  { font-style: normal; font-size: 12px; font-family: Sans-Serif, Verdana, Times }
	h1  { font-style: bold; font-size: 14; font-family: Sans-Serif, Verdana, Times }
	h2  { font-style: normal; font-size: 18px; font-family: Sans-Serif, Verdana, Times }
	h3  { font-style: normal; font-size: 24; font-family: Sans-Serif, Verdana, Times }


	/* These are the most frequently used styles.
		.b = standard bold style
		.redb = red bold style (example: dates of new posts are highlighted with this)
		.i = standard italic style
		.h = standard header style
		.bigh = big header
		.s = standard small style
		.sub = used for articles as a sub-paragraph
		.main = used for major sections in articles */
				
    .b { font-weight: bold }
    .redb { font-weight: bold; color: #990000 }
    .i { font-style: italic }
    .h { font-family: Sans-Serif, Verdana, Times; font-size: 14px; font-style: normal; font-weight: bold}
    .bigh { font-family: Sans-Serif, Verdana, Times; font-size: 16px; font-style: normal; font-weight: bold}
    .s { font-size: 10px; }      
    .sub  { padding-left: 30pt }
    .main  { padding-left: 0pt; font-weight: bold }
    
    a {
    	color: green
    }
    a:visited {
    	color: green
    }
    a:hover {
    	/*color: #990000; background-color: #999999 old DBEAF5*/
    	color: white; background-color: green
    }
	
	
-->
