
/* general properties for most document */

body {
   background-color: #ffc;
   color: #000;
   font-family: Arial, Helvetica, sans-serif;
   text-align: center;
}
#body {
   text-align: left;
   margin: 0 auto;
   width: 700px;
   background-color: #ffc;
   margin-top: 1px;
}

#body #text {
   font-size: 90%;
   margin: 0.5em;
}
#body #text h1 {
   font-size: 130%;
   text-align: center;
   margin-top: 0.9em;
   margin-bottom: 1.1em;
   color: #600;
   text-decoration: none;
}
#body #text a {
   color: #900;
   text-decoration: underline;
}
#body #text a:hover {
   color: #f00;
   text-decoration: underline;
}

/* footer properties */

#footer {
   clear: both;
   margin-top: 4px;
   border-top: 2px solid #c33;
   border-bottom: 2px solid #c33;
   font-size: 65%;
   line-height: 2em;
   text-align: center;
}
#footer p {
   margin: 0.25em;
}

#iebugfix {
   color: #ffffcc;
   line-height: 0em;
   visibility: hidden;
}

#bottomLinks {
   clear: both;
   text-align: center;
   font-size: 75%;
}

#bottomLinks a {
   color: #900;
   text-decoration: none;
}
#bottomLinks a:hover {
   color: #c00;
   text-decoration: underline;
}
