body{
	color: black;
	background-color: white;
	background-attachment: fixed;
	font-weight: bold;
  font-size : large;
}
H1{
	color: black;
	background-color: #99cc99;
	background-image : url(green1.gif);
	text-align: center;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-weight: bold;
}
H2{
	color: black;
	background-color: #99cc99;
	background-image : url(green1.gif);
	text-align: center;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
	font-weight: bold;
}
H3{
	color: black;
	background-color: #99cc99;
	background-image : url(green1.gif);
	text-align: center;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	font-weight: bold;
}
HR{
	color: black;
	height: 3px;
	font-weight: bold;
}
p{
	color: black;
	font-weight: bold;
  font-size : x-large;
}
a{
	color: blue;
	font-weight: bold;
	text-decoration: underline;
  font-size : x-large;
}
A:visited{
	color: black;
	text-decoration: underline;
	font-weight: bold;
}
A:hover{
	color: black;
	text-decoration: underline;
	font-style: italic;
	font-weight: bold;
}
A:active{
	color: black;
	text-decoration: underline;
	font-weight: bold;
}
UL{
	color: #339933;
	list-style-image : url(l_green1.gif);
	list-style-position: outside;
	font-weight: bold;
}
TH{
	font-weight: bold;
	empty-cells: show;
}