body{
	background-image:url('http://testa.cc/img/bg.jpg');
	font-family:Tahoma;
	font-size: 13px;
}
.input {
	border: solid 1px silver;
}
.input:hover{
	background-color:#ffffcc;
}
.tahoma9{
	font-family:Tahoma;
	font-size:13px;
}
.clearfloat{
	clear:both;
}
.link {
   text-decoration:underline;
}

.link:hover{
   color:silver;
   text-decoration:none;
}
.red {
	color:red;
}