
BODY {
	color: #CCFFCC;
	margin-top: 2em;
	margin-left: 8%;
	margin-right: 8%;
	background-color : #333333;
}

/*
H1:first-line {
	color: Lime;
	text-align: center;
	font-size : 24px;
}
*/
H1 {
	color: Lime;
	background-color : #333333;
	text-align: center;
	/*font-size: 16pt;
	*/
	font-size: 18px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}


H2 {
	color: #CCFFCC;
	background-color : #333333;
	margin-left: -4%;
	/*font-size : 150%;
	*/
	font-size : 18px;
	font-family : serif;
	font-style : italic;
}

.boxl {
	float : left;
	/* margin-top : 20px; opera overwrote with wrapped text  */
	margin-right : 20px;
	margin-bottom : 20px;
}

.boxr {
	float : right;
	/* margin-top : 20px; opera overwrote with wrapped text */
	margin-left : 20px;
	margin-bottom : 20px;
}


P, TD, ul {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
}

blockquote {
	/* font-family : Arial, Helvetica, sans-serif;
	font-size : 12px; */
	color : #90EE90;
	background-color :  #333333;
	clear : both;
}

.smalltxt {
	font-size : 10px;
}

.loud {
	color : Yellow;
}

A {
	text-decoration: underline;
	color: Lime;

	font-weight: bold;
}

A:Hover {
	text-decoration: underline;
	color: Yellow;

}

.Panel {
	/*this class clashes interestingly with TD TD*/
	background-color : Gray;
	/*padding : 10px;
	*/
	font-weight : normal;
	font-family : Arial, Helvetica, sans-serif;
}

.colournorm {
	color : #CCFFCC;
	background-color : #333333;
}

.SmallCtrd {
	font-family : serif;
	color : #CCFFCC;
	background-color : #333333;
	font-size : 9pt;
	text-align: center;
}





