/* comment */
/*

valid values for tags:
	font-family: serif | sans-serif | cursive | fantasy | monospace ;
	font-size: ##px| ##pt | xx-small | small | medium | large | x-large | xx-large | larger | smaller ;
		NOTE: ##px keeps size relative to screen,  ##pt is absolute size
	font-style: NORMAL | italic ;
	font-weight: NORMAL | bold | bolder | lighter | 100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900 ;
	color: BLACK | color name | #value ;

p.f1 (font1) define ir
*/

body {
/*	background-color: #CCFFCC ; */
/*	background-color: #99CCCC ; */
	background-color: #FFFFCC ;
/*	background-color: #CCCC99 ; */
	background-image: ;
	font-family: ;
	color:  #330033 ;
	font-size: 12pt;
	font-style: normal ;
	font-weight: normal ;
	line-height: ;
	} 

	a:link {color: #0000FF}
	a:visited {color: #0033FF}
	a:hover {color: #CC0099}
	a:active {color: #000000}

h1 {
	font-size: 36px ;
	font-weight: bold ;
	} 
h2 {
	font-size: 24px ;
	font-weight: bold ;
	}
f1 {
	font-size: 36px ;
	font-weight: bold ;
	} 
f2 {
	font-size: 24px ;
	font-weight: bold ;
	color: BROWN;
	}

