html {
    position: relative;
    min-height: 100%;
}

body {
    background-color: #F0EAD6;
}



h1 {
    color: black;
    text-align: center;
}

p {
    color: black;
    font-size: 20px;
}

p.center {
	text-align: center;
}

#LOGO {
    width: 100%;
    border-color: #F0EAD6;
}

td.LOGO1 {
    border-color: #F0EAD6;
}

table {     
    border: 2px #F0EAD6;
    text-align: center;
}

table.center {
    margin-left:auto; 
    margin-right:auto;
    border: 2px #F0EAD6;
    text-align: center;
}

sub {
    align: center;
    font-size: 60%;
}

a:link {
    color : #85E0FF;
    text-decoration: underline;
}

a:visited {
    color: #FFFF99;
    text-decoration: underline;
}

a:hover {
    color : #47FF47;
    text-decoration: underline;
}

marquee {
    color : #E31A4C;
}

nav {
    font-size: 175%;
    border:1px solid #ccc;
    border-width:1px 0;
    list-style:none;
    margin:0;
    padding:0;
    text-align:center; 
}

footer {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 0px;
    width: 100%;
}
