INPUT {
     color:#000000;
     background-color:#FFffff;
     font-size:12px;
     font-family:verdana;
	 
}
.champ {
    height: 50px;
    width: 100px;
	font-size: 30px;
	font-family:"trebuchet ms",sans-serif;
	color:red;
}

.champ1 {
    height: 30px;
    width: 200px;
	font-size: 20px;
	font-family:"trebuchet ms",sans-serif;
	color:red;
}

.bt {
    height: 50px;
    width: 100px;
	font-size: 24px;
	background-color:red;
	color:white;
	font-family:"trebuchet ms",sans-serif;
}
.bt1 {
    height: 30px;
    width: 50px;
	font-size: 20px;
	background-color:red;
	color:white;
	font-family:"trebuchet ms",sans-serif;
}
.layer
{
font-size: 18px;
color:white;
font-family:"trebuchet ms",sans-serif;

}
a {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

a:hover{
	
	
	background-color:red;
}