html {
    background-color: white;
}

body {
    font-family: harrington;
    font-size: large;
}

a:link {
    color: black;
}

a:visited {
    color: #4A8E55;
}

a:hover {
    color: fuchsia;
}

a:active {
    color: maroon;
}

div#header {
    color: black;
    background-color: #4A8E55
}

div#topLeft {
    display: inline;
    margin-left: 1em;
    font-size: x-large;
    font-weight: bold;
}

div#topRight {
    display: inline;
    margin-left: 21em;
    font-style: italic;
    font-family: arial;
}

div#bottomLeft {
    display: inline;
    margin-left: 1em;
    font-size: x-large;
    font-weight: bold;
}

div#bottomRight {
    display: inline;
    margin-left: 30em;
    font-style: italic;
    font-family: arial;
}

table {
    border-spacing: 5px 5px;
}

td#middleLeft {
    background-image: url(watertowernarrow.jpg);
    color: black;
    color: black;
    height: 1024px;
    width: 238px;
    border-style: solid;
    border-width: thin;
    border-color: gray;
}

ul#linkList {
    vertical-align: middle;
    margin-top: 300px;
}

td#middleHeader {
    text-align: center;
    font-family: arial;
    font-size: xx-large;
    font-weight: bold;
    color: black;
    background-color: #4A8E55
}

td#slideShow {
}

td#newsHeader {
    font-family: arial;
    font-size: xx-large;
    text-align: center;
    border-style: none;
    font-weight: bold;
    color: black;
    background-color: #4A8E55
}

td#news {
    border-style: solid;
    border-width: thin;
    border-color: gray;
    font-family: arial;
    font-weight: bold;
    background-color: #FFFF99;
    text-align: center;
}

td#eventsHeader {
    font-family: arial;
    font-size: xx-large;
    text-align: center;
    border-style: none;
    font-weight: bold;
    color: black;
    background-color: #4A8E55
}

td#events {
    border-style: solid;
    border-width: thin;
    border-color: gray;
    font-family: arial;
    font-weight: bold;
    background-color: #FFFF99;
    text-align: center;
}

div#weather {
    margin-top: 200px;
}

a#weather {
    padding-left: 4.5em;
}

div#footer {
    margin-top: 5px;
    text-align: center;
    color: black;
}

div#footerLine {
    background-color: #4A8E55;
}

span#VeryLarge {
     font-size: xx-large;
    font-weight: bold;
}

span#Large {
     font-size: x-large;
    font-weight: bold;
}
