
body{margin: 0px;}
input{height:18px;}

.a_white:link {
	font-size: 12px;
	text-decoration: none;
	color: #ffffff;
}
.a_white:visited {
	font-size: 12px;
	text-decoration: none;
	color: #ffffff;
}
.a_white:hover {
	font-size: 12px;
	text-decoration: underline;
	color:#FFFF00;
}.a_yellow:link {
	font-size: 12px;
	text-decoration: none;
	color:#FFFF00;
	font-weight:bold;
}
.a_yellow:visited {
	font-size: 12px;
	text-decoration: none;
	color:#FFFF00;
	font-weight:bold;
}
.a_yellow:hover {
	font-size: 12px;
	text-decoration: underline;
	color:#FFFF00;
	font-weight:bold;
}

