/* CSS Document */

a:link,h1,h2,h3,h4,h5
{
text-decoration:none; 
color:maroon; 
font-family: Papyrus, "Times New Roman", fantasy, cursive;
text-align:center;
}
a:visited 
{
text-decoration:none; 
color:#666666; 
font-family: Papyrus, "Times New Roman", fantasy, cursive; 
text-align:center;
}
a:hover,p
{
text-decoration:none;
color:#000000; 
font-family: Papyrus, "Times New Roman", fantasy, cursive; 
text-align:center;
}
a:active 
{
text-decoration: none; 
color:#666666; 
font-family: Papyrus, "Times New Roman", fantasy, cursive; 
text-align:center;
}
ul, ol {font-family:Papyrus, "Times New Roman", fantasy, cursive;}

table
{
width:100%;
padding:1px;
border-spacing:1px;
background-color:maroon;
text-align:center;
}
table.contact
{
width:100%;
padding:1px;
background-color:#CCCCCC;
text-align:center;
}
table.navbar
{
width:100%;
padding:0;
background-color:#CCCCCC;
}

p.text {text-align:left; font-family:"Times New Roman", Times, serif;}
.quote {font-size:20px; color:maroon;}
.contact {font-size:smaller;}
li.a {text-align:left;}
#big {width:775px; table-layout:fixed; border:0; background-color:maroon; text-align:center; float:none; margin-left:auto; margin-right:auto;}
#disclaimer {text-align:center; background-color:#CCCCCC; font-family:"Times New Roman", Times, serif; font-size:x-small;}
#schoolinfo {text-align:center; background-color:#CCCCCC; font-family:Papyrus, "Times New Roman", fantasy, cursive;}
#mission {font-size:larger; font-style:italic;}

