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

body {
    background-color: #E31A4C;
}

div.myDiv {
    font-family: sans-serif;
    background-color: black;
}

div.myDiv2 {
background-color: #eee;
background-image: linear-gradient(45deg, #0165b3 25%, transparent 25%, transparent 75%, #0165b3 75%, #0165b3), 
linear-gradient(-45deg, #0165b3 25%, transparent 25%, transparent 75%, #0165b3 75%, #0165b3);
background-size:60px 60px;
}

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

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

p.center {
	text-align: center;
}

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

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

table {     
    border: 2px solid black;
    text-align: center;
}

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

th {
    background-color: black;
    color: white;
}

td {
    color: white;
    border: 1px solid black;
}

li { 
    text-align: left;
}
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%;
}
