.borderlight {
	border-top-width: 10px;
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 10px;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #066;
	border-right-color: #963;
	border-bottom-color: #963;
	border-left-color: #066;
	background-color: #FFF;
	color: #F39;
}
.border {
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #A7FFFA;
	border-right-color: #F5A4FF;
	border-bottom-color: #FFFFB5;
	border-left-color: #ECA3C0;
	text-align: center;
}
.green {
	color: #00B96F;
	text-align: center;
}
