
body
{
    background-image: url('BACKGROUND%20COLOR.jpg');  
    padding: 0
}

#welchhdr {
    font-family: "Book Antiqua", serif;
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    color: black;
}

a.red {
    color:red;
}

a.maroon {
    color: #990000;
}

p.boldgreen {
   color: green;
   font-family: sans-serif;
   font-weight: bold;
   font-size: 30px;
}

p.biggreen {
   margin-top: 10px;
   color: green;
   font-family: sans-serif;
   font-weight: normal;
   font-size: 20px;
}





#activity {
    font-family: serif;
    font-size: 35px;
    font-weight: bold;
    text-align: center;
    color: black;         
}                           


#address {
    font-family: sans-serif;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    color: black;         
    padding-top: 10px;  
}     

#licensed {           
    text-align: center;
    font-family: sans-serif;
    font-weight: bold;
    font-size: 13px;
}

#menu {
    font-family: sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: red;         
    margin-left: 5%; 
    margin-right: 5%;
    margin-top: 0px;   
}


