/* CSS Document */

body

{

font-family:Arial, "Times New Roman", Palatino,  Times, serif;
font-size: 1em;
background-color:black;

 }
h1 {

color: #D12F3A;
font-size: 1em;
margin-left: 10%;
margin-right: 10%;
margin-top: 0%;
margin-bottom: 0%;
text-align:center;
}
img.floatleft {

float: left;

margin-top: .5em;

margin-bottom: .5em;

margin-right: 1em;

}


h2 {
color: #D12F3A;
font-size: 1em;
margin-left: 10%;
margin-right: 10%;
margin-top: 7%;
margin-bottom: 1%;
text-align:center;
}

div.center {
    text-align: center;
}

div.center table {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}
