body { 
 font-size: 1em;
 font-weight: normal;
 font-family: Century Schoolbook, Verdana, Geneva, Arial, Helvetica, sans-serif;
 word-spacing: normal;
 letter-spacing: normal;
 text-transform: none;
    margin-top: 1em;
 margin-left: 1em;
 margin-right: 1em;
 margin-bottom: 1em;
 width: auto;
 background-color: #005511;
 color: white;
    line-height: 1.2em;
 }

a {
 color: #bb5533;
 background-color: #551100e;
 text-decoration: underline;
}
 
ol li { 
 list-style-type: decimal;
 } 

ol ol li { 
 list-style-type: lower-alpha;
 } 

ol ol ol li { 
 list-style-type: lower-roman;
 } 

table, tbody, tr, td { 
 font-size: 1em;
 } 

table {
 width: 100%;
 border: none;
}

table.bar {
 background-color: #001177;
 color: white;
 font-family: Century Schoolbook, Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-size: 1em;
 text-align: center;
 text-decoration: none;
}

table.bar a {
 color: white;
 background-color: #555500;
 text-decoration: underline;
}
 
table.bar * a {
 color: white;
 background-color: #005555;
 text-decoration: underline;
}
 
th { 
 vertical-align: baseline;
 text-align: left;
 font-size: 1em;
 font-weight: bold;
 }
 
h1, h2, h3, h4, h5, h6, dt, th, thead, tfoot { 
 font-weight: bold;
 font-family: Lucida Calligraphy, Verdana, Geneva, Arial, Helvetica, sans-serif;
 color: #224499;
 background-color: #770000;
}

h1, h2, h3 {
    margin-top: 1em;
 text-align: center;
}

p {
 font-size: 1em;
 font-family: Century Schoolbook, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/* Prevent forms from generating unwanted padding or margins */
FORM {
 margin-top: 0px;
 margin-left: 0px;
 margin-right: 0px;
 margin-bottom: 0px;
 padding-bottom: 0px;
 padding-left: 0px;
 padding-right: 0px;
 padding-top: 0px;
}
 
/* General form elements */
input, textarea, select {
 color: white;
 background-color: purple;
 font-family: Century Schoolbook, Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-size: 1em;
}

small { 
 font-size: .92em;
 } 

big { 
 font-size: 1.17em;
 } 

pre { 
 font-family: 'Monotype.com', Courier New, monospace;
 } 

em {
 font-weight: bold;
 color: red;
 background-color: blue;
 } 
  
strong { 
 font-style: italic;
 font-weight: bold;
 color: green;
 background-color: red;
 } 
  
em strong, strong em { 
 text-transform: uppercase;
 font-style: normal;
 font-weight: bolder;
 color: red;
 background-color: green;
 } 
    
hr { 
 color: white;
 background-color: yellow;
 } 


div.head {
 text-align: center;
 align: center;


img {
 text-align: center;
 align: center;


.head {
 text-align: center;
 align: center;
}