body {
    background-image: url(bowls3.jpg);
    background-color: lightgrey;
    font-size:0.875em;
    margin-top:1px;
    font-family: calibri, helvetica;
    font-size:0.875em;
}

h1 {
    font-size: 1.50em;
    color:green;
}

h3 {
    font-size: 1.35em;
    font-weight: bold;
    color:green;
}

h4 {
    font-size: 1.20em;
    color:green;
}


.container {
    width:74%;
    margin-left:12%;
}

.loud {
    font-weight:bold;
}

img.pic1 {
    Vertical-align: middle;
}

#header {
    background-color:white;
    color:green;
    padding:7px;
    height:158px;
}

span {
    font-size:2.8em;
    font-weight:bold;
    letter-spacing:0.1em;
    color:green;
}

#nav {
    padding:1px 4px 3px 4px;
    background-color: green;
    height: 2.5em;
}

ul {
    list-style-type:none;
}

li {
    display:inline;
    background-color: green;
    color: white;
    padding:2px 75px 2px 5px;
}

li a:link {
    color: white;
    text-decoration:none;
}

li a:visited {
    color: white;
    text-decoration:none;
}

/* mouse over link */
li a:hover {
    color:red;
}

#section {
    background-color:white;
    padding:5px;
    height:auto;
}

table {
    border-collapse: collapse;
    width:100%;
}

td {
    text-align:left;
    font-size:1.3em;
    height:25px;
}

th {
    height:50px;
    background-color:black;
    color:white;
    font-size:1.6em;
    text-align:left;
}

#footer {
    background-color:green;
    color:white;
    padding:5px;
    font-style:italic;
    text-align:center;
}

