th{
text-align: left;
background-color: aliceblue;
color: steelblue;
}

.border{
border-style: solid;
border-width: 1px;
border-color: aliceblue;
}

.heading{
font-family: georgia, times new roman, garamond;
padding-left: 5px;
margin-bottom: 5px;
font-weight: bold;
font-size: 14pt;
background-color: aliceblue;
color: steelblue;
}

.text{
font-family: georgia, times new roman, garamond;
margin-left: 5px;
font-size: 10pt;
}

.link
{
font-family: georgia, times new roman, garamond;
color: purple;
text-decoration: underline;

}
.link:hover{
background-color: aliceblue;
text-decoration: underline;
color: steelblue;
}

.textlink{
font-family: georgia, times new roman, garamond;
color: black;
text-decoration: none;

}
.textlink:hover{
background-color: aliceblue;
text-decoration: underline;
color: steelblue;
}

.button{
border-style: outset;
padding-left: 5px;
padding-right: 5px;
background: lightsteelblue;
border-width: thin;
text-decoration: none;
color: black;
font-size: 10pt;
font-family: verdana, arial, helvetica;
}

.submit_button{
border-style: outset;
padding-left: 5px;
padding-right: 5px;
background: aliceblue;
border-width: 2px;
text-decoration: none;
color: black;
font-size: 10pt;
font-family: verdana, arial, helvetica;
width: 75px;
height: 25px;
text-align: center;
}
.contact_button{
border-style: outset;
padding-left: 5px;
padding-right: 5px;
padding-top: 1px;
background: aliceblue;
border-width: 2px;
text-decoration: none;
color: black;
font-size: 10pt;
font-family: verdana, arial, helvetica;
width: 75px;
height: 25px;
text-align: center;
}