/*
 *
 * 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: arial, sans-serif;
}

H1, H2, H3, H4, H5, H6 {
   font-family: "comic sans ms", arial, sans-serif;
}

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;
      font-family: "courier new", courier, monospace;
   }

   .print_footer {
      font-size: small;
      font-family: "courier new", courier, monospace;
   }
}

@media screen {
   .navbar {
      font-size: small;
      font-family: "courier new", "courier", monospace;
   }

   .footer {
      font-size: -1;
      font-family: "courier new", courier, monospace;
   }

   .header {
      font-family: "chancery", "zapf chancery", "times new roman", serif;
   }

   .print_header {
      display: none;
   }

   .print_footer {
      display: none;
   }
}
