@import url(./academy/layout.css);
@import url(./academy/nav.css);
@import url(./academy/typography.css);
@import url(./academy/menu.css);

body {
   margin: 0;
   color: #000;
   background-color: #fff;
   text-align: center;
   font-family: "Arial", "Trebuchet MS", "Verdana", "Helvetica", sans-serif; 
   font-size: small;
   line-height: 1.6em;
   background-image: url(../../img/drops/bklines.gif);
   background-position: center;
   background-repeat: repeat;
}
a:link, a:visited {
   color: #004391;
   font-weight: bold;
   text-decoration: none;
}
a:hover {
   color: #01ff2b;
}
.ahem {
   display: none;
}
