.h1head
{
text-align: left;
text-transform:uppercase;
background-color: #F0F0F0;
color: #355681; 
}
.topdiv{
text-align: center;
background-color: #2B5F8E;
color: #FEFDF9; 
font-size:30px;
margin:0px;
padding-top: 2px;
border:1px solid;
height:40px;
font-family:  sans-serif, Verdana;
border-radius: 10px;
}
table {
width:100%;
}
table td{
width:50%;
padding-top:2px;
padding-left:10px;
border:0px solid;
vertical-align: top;
}
textarea{
display: block;
height: 300px;
width: 500px;
font-size:15px;
color:#366B70;
margin-bottom:20px; 
}
.indtd{
border-left:1px solid;
}
@media only screen and (max-width: 768px) {
.h1head
{
text-align: left;
text-transform:uppercase;
background-color: #F0F0F0;
color: #355681; 
font-size:18px;
}  
textarea{
width: 300px;
height: 300px;
border: 1px solid red;
color: green;
font-size:18px;
}
strong
{
font-size:18px;
}
table td{
font-size:18px;
}
}
@media only screen and (max-width: 480px) {
.h1head
{
text-align: left;
text-transform:uppercase;
background-color: #F0F0F0;
color: #355681; 
font-size:18px;
}  
textarea{
width: 200px;
height: 250px;
border: 1px solid red;
color: green;
font-size:18px;
}
strong
{
font-size:18px;
}
table td{
font-size:18px;
}
}