﻿.form
{
	FONT-SIZE: 12px;
	font-weight:bold;
	COLOR: #1167BA;
	FONT-FAMILY: Geneva, Arial, Helvetica, sans-serif;
	BACKGROUND-COLOR: white;
	border: 1px outset #000000;

}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}