h1{font-size: x-large; color: blue}
h2{font-size: large; color: black}

p{
font-size: 14pt;
font-family: verdana;
font-style: oblique;
text-decoration: strong;
color: black;
}


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: 75%;
height: 85%;
padding: 10px;
background-color: #faf0e6;
overflow: auto;
border: 4px ridge #000;
float: left;
}

#side{
width:20%;
height:85%;
padding: 8px;
background-color: white;
overflow: auto;
border: 2px groove #000;
float: right;
}

.highlight
{
font family:Times, Serif;
font-style:normal;
font-weight: 400;
font-size: 14pt;
color: blue;
}

.teach 
{
font-size: 12pt;
font-family: Times,Serif;
text-style: normal;
font-weight: 400;
color: black;
}

.patri{
font family: Serif;
font-style: normal;
font-size: 14 pt;
color: blue;
}

#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;
} 


.teachtext1
{
font-size: 18pt;
font-style: bold;
} 





.repimage
{
float: right;
margin-left:10px;
margin-right:10px;
border: 2px solid #000;
padding: 5px;
}
