

table{
    font-size: 87.5%;
    border:1;
    border-collapse: collapse;
    border-color: dimgrey;   
    width: 100%;
}


table td{
    border: 1;
    border-color: dimgrey;
}

input[type="text"]{
    width:600px;
}

textarea{
    width:600px;
    height:200px;
}