#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;
padding: 0px;
}

#main
{
width: 75%;
height: 530px;
text-align: left;
padding:0px 4px 1px 4px;
background-color: black;
border: 4px ridge gray;
float: left;
overflow: auto;
}

p
{
font-size: 18pt;
font-style: strong;
color: white;
}

.bigtext
{
font-size: 22pt;
font-style: strong;
} 

.bigtext2
{
font-size: 30pt;
font-style: oblique;
color: white;
} 

a:link 
{
color: white;
text-decoration: none;
}

#side
{
width:22%;
height:530px;
padding: 0px;
background-color: black;
border: 4px groove gray;
float: right;
overflow: auto;
}

.teachtext1
{
font-size: 18pt;
font-style: bold;
} 

