body {
    background-color: #00224F ;
}
h1 {
    color: white;
    text-align: center;
}

p {
    font-family: arial;
    font-size: 14px;
}

a:link {
	color: #466982;
    text-decoration: none;
}

a:visited {
	color: #466982;
    text-decoration: none;
}

a:hover {
	color: #5D0000;
    text-decoration: none;
}

a:active {
	color:#466982;
    text-decoration: underline;
}
	
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: white;
}

li {
    float: left;
}

li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

li a:hover {
    background-color: #111;
}
table, th, td {
    border: 1px solid black;
}
.ImageBorder
{
    border-width: 1px;
    border-color: Black;
}
p.small {
    line-height: 10px;
}
p.big {
    line-height: 20px;
}