.form {  height: 18px; border: 1px #000000 solid}
a.black
{
	 font-family: Arial;
	 color: #000000;
	 font-size:11px;
	 text-decoration: underline;
	 
}
a.black:hover
{
	 font-family: Arial;
	 color: #000000;
	 font-size:11px;
	 text-decoration: underline;
	 
}
a.white
{
	 font-family: Arial;
	 color: #ffffff;
	 font-size:11px;
	 text-decoration: underline;
	 
}
a.white:hover
{
	 font-family: Arial;
	 color: #ffffff;
	 font-size:11px;
	 text-decoration: underline;
	 
}