html {overflow-x: hidden; overflow-y: auto;} 
BODY, TD{ font-family: verdana, tahoma, sans-serif; font-size: 12px; color: black; }
TH { text-align: left; font-family: verdana, tahoma, sans-serif; font-size: 13px; font-weight: bold; height: 20px }
A { color: blue; text-decoration: underline; }
A:hover { color: blue; text-decoration: none; }
INPUT,SELECT,TEXTAREA { font-family: verdana,tahoma,sans-serif; font-size: 10px; }
.m { color: red; font-weight: bold; }
.bb{
	font-family: tahoma, sans-serif; 
	font-size: 12px; 
	color: black;
	border: #0DAB43 1px solid;
	cursor: pointer;
	background: white;
	width: 120px;
	height: 20px;
	text-align:left
}
DIV.bb:hover {
	background: #F0FFF0
}