*{
    margin:0;
    padding:0;
}

body {
    text-align: center;
    color: black;
    background: white;
    font-family: "Copperplate", Georgia, serif;
    font-size: 20px;
}


.page {
    width: 960px;
    overflow: hidden;
    margin: 0 auto;
    padding-top: 60px;
}

.bodytext {
    width: 900px;
    font-size: 18px;
    margin:auto;
    text-align: justify;
    font-family:"helvetica";
    
}

table {
    padding: 0 10px;
    font-family: "helvetica";
    font-size: 18px;
    margin:auto;
    vertical-align: top;
    text-align: justify;
    width:100%;
	}
td {
    padding: 0 20px;
    vertical-align: top;
    }
th {
    padding: 0 20px;    
    font-family: "Copperplate", Georgia, serif;
    font-size: 30px;
	}

h3 {
    width:900px;
    font-size: 30px;
    margin:auto;
    text-align: justify; 
}


h2 {
    text-align: justify;
    font-family:"helvetica";
    
}

a:link {
    text-decoration:none;
    color: 7C1315;
}
a:visited {
    text-decoration:none;
    color: 7C1315;
}

#image-container { 
    width:900px; 
    height:225px;
    margin:0 auto;
    background-color:white; 
    list-style-type:none; 
}

#image-container li { 
    width:25%; 
    float:left; 
} 

#image-container img { 
    display:block; 
    width:215px; 
    height:215px; 
    padding:5px; 
    margin:auto;
    background-color:white; 
}


#nav {
    width:900px; 
    height:auto;
    margin:0 auto;
    background-color:white; 
    list-style-type:none;
}

#nav li {
    width:20%;
    float: left;
}


#nav li a {
    display: block;
    color: black;
    font-family: "Copperplate", Georgia, serif;
    font-size: 40px;
    text-decoration: none;
}


#nav li a:hover {
    color: 7C1315;
 }
