.border {  border: thin #330066 outset}
.border2 {  border: outset; border-width: 0px medium; border-color: black #330066}
.border3 {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: inset;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: inset;
	border-top-color: #CC6666;
	border-right-color: #000000;
	border-bottom-color: #CC6666;
	border-left-color: #000000;
}
