body {
	background-color:#FFFFFF;
	font-family: Verdana, Verdana, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #222222;
	border: thin;

}

td, th {
	font-family: Verdana, Verdana, sans-serif;
	font-size: 12px;
	line-height: 24px;
		color: #222222;
}

a {
	font-size: 12px;
	color: #99cc33;
}

.box1 {
	border-width: thick;
	background-color: #99cc33;
    border-style: solid;
	color: #ffffff;
	vertical-align: middle;
	text-align: center;
 }

.box2 {
	border-width: thick;
	border-color: #99cc33;
    border-style: solid;
	background-color: #ffffff;
	vertical-align: middle;
	text-align: center;
 }


