
a:link {
	text-decoration: none;
	color: #FF0000;

}
a:hover {
	color: #0000FF;
	text-decoration: underline;
}
a:visited {
	color: #CC9933;
	text-decoration: none;
}
.GreenBline {
	border: 1pt dashed #669900;
}
.YelloBline {
	border: 2pt dashed #999999;


}
