body {
    width: 100%;
    font-size: 16pt;
    font-family: Verdana;
    margin: .3in;
    /* margin-top: .5in;
    margin-bottom: .7in; */
}
td {
    font-size: 8pt;
    font-family: Arial;
}
.head {
    font-size: 20pt;
    font-weight: bold;
    margin-right: 2in;
}
.date {
    font-size: 15pt;
}
input {
    font-family: Verdana;
	font-size: 16pt;
    border-width: 2px;
    border-color: black;
}
input[type=button], input[type=submit], input[type=reset] {
	background-color: green;
	color: white;
	font-weight: bold;
	font-family: Times;
	font-size: 18pt;
}
.big {
    font-size: 20pt;
    font-weight: bold;
}
.red {
    margin-left: 1in;
    color: red;
}
