body {
    width: 8.5in;
    font-size: 16pt;
    font-family: Verdana;
    margin-left: .5in;
    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;
}
.click1 {
    width: 200px;
    height: 100px;
    background: darkgreen;
    color: lightgreen;
    font-size: 18pt;
    margin-left: 1in;
}
