
body {
	background : White;
	color : Black;
	margin-left : 4px;
	margin-top : 0px;
	margin-right : 4px;
}

body, td{
	font-family : arial,sans-serif;
	font-size : 80%;
}

p{
	font-family : arial,sans-serif;
}

H1, H2, H3, H4, H5, H6 {
	font-family : arial, sans-serif;
	color:#008000;
	background : White;
}
H1{
	font-size : 210%;
}
H2{
	font-size : 180%;
}
H3{
	font-size : 150%;
}
H4{
	font-size : 130%;
}
H5{
	font-size : 110%;
	font-style : italic;
}
H6{
	font-size : 90%;
	font-style : italic;
}

UL{
	font-family : arial, sans-serif;
	list-style-type : disc;
	list-style-position : outside;
}

table{
	font-family : arial, sans-serif;
	padding : 0.2em;
}

td {
	font-family : arial, sans-serif;
	padding : 0.2em;
}

A:HOVER {
	color : Red;
	background : none;
}

.txtsmaller{
	font-family : arial, sans-serif;
	font-size : smaller;
}

.txtlarger{
	font-family : arial, sans-serif;
	font-size : larger;
}

.txtg{
	color : #008000;
	background : White;
}

.txttableheader{
	color : #008000;
	background : White;
	font-style : italic;
	font-weight : bold;
}

.txtred{
	color : Red;
	background : White;
	font-weight : bold;
}


.borderblue{
	border-bottom : 1px solid #00ccff;
	border-left : 1px solid #00ccff;
	border-right : 1px solid #00ccff;
	border-top : 1px solid #00ccff;
}
