BODY {
	background-color: #007700;
	background-image : url("Background2.jpg");
	margin-left : 60;
	margin-right : 60;
	}

A {	
	color : #FF4040; 
	text-decoration : none;  
	}

A:HOVER {
	color : #FFA0A0; 
	text-decoration : underline;  
	}

INPUT, SELECT, TEXTAREA {
	background: #FFFFF0;
	}

TD {
    font-family : Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size : 10pt;
	}

H2 {
	color : #ffff40; 
	font-weight : bold;
	}

H1 {
	
	color : #ffff40; 
	font-weight : bold;
	}

H3 {
	color : #ffff40; 
	font-weight : bold;
	margin-bottom : 0;
	padding-bottom : 0;
	}

H4 {
	color : #ffff40; 
	font-weight : bold;
	margin-bottom : 0;
	padding-bottom : 0;
	}

LI:first-letter.fancy {
	font-size : 200%;
	font-family : fantasy;
	}

PRE {
	margin-top : 0;
	padding-top : 0;
	font-size: 6pt;
	}	
 
P {
    font-family : Arial, Helvetica, Verdana, Geneva, sans-serif;
	}

P:first-letter.fancy {
	font-size : 200%;
	font-family : fantasy;
	}

P.indent {
	margin-left : 30px;
	}

/* note box */
P.note {
	background-color : #FFFFCC;
	border : 1px solid black;
	clear : none;
	color : black;
	margin : 12px 30px 12px 30px;
	padding: 4px;
	font-family : Comic Sans MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	margin-top : 5px;
	margin-bottom : 5px;
	}
 
/* comment */
 .comment {
	color : gray;
	font-family : monospace;
	background : transparent;
	}

.important {
	color : red;
	font-weight : bold;
	}
