body 
{
	margin: 150px;
	text-align: center;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
input,select,textarea 
{
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	border: 1px solid #000000; 
}
.table
{
	border: 1px solid #808080;
}
.error
{
	color: red;
}
a
{
	color: black;
	text-decoration: none;
	font-weight: bold;
}
a:hover
{
	text-decoration: underline;
}