.txt1 {  font-size: 10px; font-family: MS Sans Serif, Verdana}
.txt2 {
	font-size: 16px;
	font-family: MS Sans Serif, Verdana;
}
.inp1 {  height: 20px; width: 100px}
.inp2 { height: 20px; width: 50px}
.color1 {
	color: #660000;
}
.color2 {
	color: #009900;
}
.color3 {

	color: #663300;
}
.a {
	font-family: Microsoft Sans Serif;
	font-size: 12px;
	color: #FF0000;
}
.a:link {
	text-decoration: none;
}
.a:visited {
	text-decoration: none;
	color: #FF0000;
}
.a:hover {
	text-decoration: underline;
	color: #009900;
}
.a:active {
	text-decoration: none;
	color: #FF0000;
}