h1{font-size: 24pt; color: black}
h2{font-size: 18pt; color: black}


p{
font-size: 19pt;
font-family: times, "sans-serif";
font-style: normal;
text-decoration: strong;
color: blue;
}


a:link {
color: #cd2990;
text-decoration: none;
}

a:active {
color: #A2B5CD;
text-decoration: none;
}

.signoff {
font-family: Verdana;
font-style: oblique;
font-weight: 800;
font-size: 18pt;
}

#main{
width: 98%;
height: 100%;
padding: 5px;
background-color: white;
overflow: auto;
border: 4px ridge #000;
}









#banner
{
width: 100%;
height: 110px;
font-family: verdana;
font-style: oblique;
font-weight: 800;
font-size: 34pt;
text-align: center;
background-color: #faf0e6;
border: 3px solid #000;
margin: 10px auto;
}


.bigtext
{
font-size: 18pt;
font-style: bold;
} 








