/* body elements */


body, p, table, td, ul, ol, textarea, input {
   font-family: verdana, arial, helvetica, sans-serif;
   line-height: 125%;
   font-size: 10pt;
}


body {
   background-color: #ffffff;
   background-image: url('images/aec-bg.jpg');
   color: black;
   margin: 0;
   padding: 0;
   scrollbar-base-color: #66bbff;
   scrollbar-arrow-color: #cccccc;
   scrollbar-DarkShadow-Color: #cccccc;
}


A, A:visited, A:active {
   text-decoration: none;
   color: #66bbff;
}


A:hover {
   text-decoration: underline;
   color: #000099;
}


h1, h2, h3, h4 {
   font-weight: bold;
   font-family: arial, helvetica, sans-serif, verdana;
   border: 0;
   margin: 0;
}


h1 {
   font-size: 24px;
   font-style: italic;
   margin-top: 5px;
   text-align: center;
}


h2 {
   font-size: 14pt;
}


h3 {
   font-size: 12pt;
   display: inline;
}


h4 {
   font-size: 10pt;
}

pre {
font-size: 11px;
line-height: 20px;
} 
