a:link { color: #7bbe00; text-decoration: none }
a:visited { color: #7bae00; text-decoration: none}
a:hover { color: #7bbe00; text-decoration: underline}
a:active { color: #7bbe00; text-decoration: none}

body { 	
	font-family: Verdana; 
	font-size: 12px; 
	background-color: #ffffff;
	
}

h1 {
	font-size: 20px;	
	margin: 0px 20px 00px 19px;
}

h2 {
	font-size: 17px;	
	margin: 15px 20px 10px 5px;
}

h3 {
	font-size: 14px;	
	margin: 0px 20px 10px 5px;
}

p {
	margin: 0px 20px 10px 5px;
	line-height: 150%;
}

p.code {
	white-space: pre;
	font-family: Courier New;
	background-color: #ffffff;
} 

ul { 	
	margin-top: 0px;
	line-height: 150%;
}

.form {
	font-size: 10px;
	height: 18px;
	background-color: #ddffcc;
	width: 150px;	
}

.tip {
	color: #ff0000;
}

.moreinformation {
	color: #0000ff;
}