h1{font-size: x-large; color: white}
h2{font-size: large; color: white}

p{
font-size: 14pt;
font-family: sans-serif;
text-decoration: strong;
color: white;
}



a:link 
{
color: white;
text-decoration: none;
}

a:active 
{
color: white;
text-decoration: none;
}

.signoff {
font-family: Verdana;
font-style: oblique;
font-weight: 800;
font-size: 18pt;
}

#main{
width: 75%;
height: 85%;
padding: 10px;
background-color: #047235;
overflow: auto;
border: 4px ridge #000;
float: left;
}

#side{
width:185px;
height:500px;
padding: 10px;
background-color: white;
overflow: auto;
border: 2px groove #000;
float: right;
}

.highlight{
font family:Times, Serif;
font-style:normal;
font-weight: 400;
font-size: 14 pt;
color: black;
}

#banner
{
width: 100%;
height: 50px;
font-family: verdana;
font-style: oblique;
font-weight: 800;
font-size: 32pt;
text-align: center;
background-color: #faf0e6;
border: 3px solid #000;
margin: 10px auto;
}


.bigtext
{
font-size: 18pt;
font-style: bold;
} 

.photo
{
border: 2px solid #000;
margin: 10px;
padding: 3px;
float: right;
}


