* {
	margin: 0px;
	padding: 0px;
}

body {
	width: 100%;
	height: 100%;
	background-color: #ffffff;
  color: #333;  
	overflow: scroll;   

}

#flash {

}

#html {
	padding: 20px;
}


h1{
  font-family:lucida grande, lucida sans unicode, Georgia, Arial, Verdana; 
  font-size:1.2em; 
  color: #33;
  width: 400px;
	margin-top: 8px;
	margin-bottom: 2px;
}

h2{
  	font-family:lucida grande, lucida sans unicode, Georgia, Arial, Verdana; 
	font-size: 1em;
  	color: #333;
  	width: 300px;
	margin-top: 8px;
}             

p{
	font-family: Georgia, lucida grande, verdana,arial,helvetica,sans-serif;
	font-size: 1em;
	line-height: 1.2em;
	margin-bottom: 4px;
}

a{
	text-decoration:none; 
	color:#528c31;
}

a:hover{
	text-decoration:underline; 
}



 

