/*
 *
 * CSS file for tertius.net.au
 *
 */

BODY {
   clear: left;
   margin-left: 50px;
   margin-right: 50px;
   margin-top: 10px;
   margin-bottom: 10px;
   color: black;
   background-color: white;
   font-family: "Lucida Console", Console, OCR-B, "Courier New", Courier, monospace, fixed;
}

H1, H2, H3, H4, H5, H6 {
}

A:link {
   color: #000066;
}

A:visited {
   color: #000033;
}

A:active {
   color: red;
}

BLOCKQUOTE {
   font-style: italic;
}

.new {
   color: red;
   font-weight: bold;
   font-variant: small-caps;
}

.hilite {
   background-color: yellow;
}

@media print {
   .no_print {
      display: none;
   }
   .navbar {
      display: none;
   }

   .footer {
      display: none;
   }

   .header {
      display: none;
   }

   .print_header {
      font-size: small;
   }

   .print_footer {
      font-size: small;
   }
}

@media screen {
   .navbar {
      font-size: small;
   }

   .footer {
      font-size: -1;
   }

   .header {
   }

   .print_header {
      display: none;
   }

   .print_footer {
      display: none;
   }
}
