
input[type=text] {
  border: 2px solid red;
  border-radius: 4px;
  font-size: 45px;
  font-weight: bold; 
}
h1 {
	font-family: Comic San MS Bold;
	font-size: 150%;
}
#header {
	width:100%;
	height:20%;
}
#tbody {
	width: 100%;
	height: 5%;
	background-color; pink;
}
#mbody{
	width:100%;
	height:60%;
	background-color: black;
}
#qbody{
	width:100%;
	height:60%;
	background-image: url("../images/basicbackground.png");
}
#footer{
	width:100%;
	background-color: lightblue;
}
#table th, td{
	border: 1px solid black;
}
#f{
	float:left;
	width:20%;
	height:100%
}
#f1 {
	float: left;
	width: 60%;
	height:100%;
	background-color; pink;
}
#f2{
	float: right;
	width:20%;
	height:100%;
}
#t1{
	border: 0px ;
}
#bgbtimg{
	background-image: url( "../images/interunit1english.png" );
	background-size: 100px 130px;
	height: 134px;  
	width: 104px;
	}


