.yellowBox {
	border-top: thin none #9999CC;
	border-right: thin solid #9999CC;
	border-bottom: thin none #9999CC;
	border-left: thin none #9999CC;

}
a:link {
	color: #8080BF;
	text-decoration: none;
}
a:visited {
	color: #8080bf;
	text-decoration: none;
}
a:hover {
	color: #66CC99;
	text-decoration: none;
}
.whiteborder {
	border: 3px solid #FFFFFF;
}
.yellowBottomLine {
	border-top: 1px none #FFCC00;
	border-right: 1px none #FFCC00;
	border-bottom: 1px solid #FFCC00;
	border-left: 1px none #FFCC00;

}
.greenBox {

	border: 1px solid #66CC99;
}
