/* CSS Document */

body {
   font-family: "Trebuchet MS", "Nimbus Roman", Arial, Helvetica, sans-serif;
   background-color: #6699CC;
   font-size: small;
}

#body {
   background-color: white;
   padding: 0 5px 0 5px;
}

table, tbody, tr, td, th { 
display: block; 
}

h1, h2, h3, h4, h5, h6 {
   background-color: #DDD;
}

h1 {
   font-size: 1.4em;
}

h2 {
   font-size: 1.3em;
}

#footerAd img { content: attr(alt); }

#admin label, .mainForm label {
   display: block
}

