
body {
	margin-top: 0px;
	margin-bottom: 0px;
	background-attachment : scroll;

}

p, h1, h2, h3, h4, ul, ol, li, blockquote, nobr, b, i {
  font-family: Arial, Futura, sans-serif; 

}

h1 {
	font-size: 101%;
	font-weight: bold;
	color : #008000;
}

h2 {
  font-size: 80%; font-weight: bold; 	color : #008000;
}

h3 {
  font-size: 80%; font-weight: normal ; 	color : #008000;


}


ul  { list-style-type: disc; font-size: 80%;
}

li, ol  { margin-top:0pt; font-size: 80%;
}

p  {

	font-size: 80%;
	color="#000000";
}



a:link { color: #004000; 
 
  text-decoration: none; font-weight: bold;
}

a:visited {
	color: #666600;
	text-decoration: none;
	font-weight: bold
}

a:active {
	color: #CC0000;
	text-decoration: none;
	font-weight: bold
}

a:hover {
	color: #99CC33
}