﻿#passings
{
    margin: auto; 
    border-style: groove; 
    border-width: 6px;
    border-color: Gray; 
    width: 97%;
    top: 178px; 
    position: relative; 
    height: 71px; 
    font-size: large; 
    font-weight: 700;
    font-family: 'Times New Roman', Times, serif; 
    background-color: #FFFFCC;
}
.style1
{
    text-align: center;
    font-family: "Comic Sans MS";
    font-style: italic;
    font-weight: bold;
    font-size: large;
}
.style2
{
    color: Maroon;
    text-align: center;
    font-family: 'Times New Roman';
    font-style: normal;
    font-weight: bolder;
    font-size: large;
}        
.style3
{
    font-size: medium;
    font-weight: bold;
}
.style4
{
    font-size: xx-large;
}        
.style5
{
    font-size: x-large;
    font-weight: bold;
    text-align: center;
}
.style6
{
    text-align: center;
}  
.style7
{
    border-width: thick;
    border-style: groove;
}      
        
