input{
	font-family: monospace;
}
a {
	font-family: monospace;
	color: #0066CC;
	text-decoration: none;
	font-weight : bold;
	font-size : smaller;
}
body {
	font-family : monospace;
}
p{
	text-indent : 20px;
	margin-bottom : 5px;
}
.aut{
	font-family: monospace;
	text-decoration: none;
	font-weight : bold;
}
.Error
{
	color:Red;
}