/* millar.css                                                        */
/* Cascading Style Sheet for Millar Designs                          */
/* CSS level 2                                                       */
/* Version 1.0 by Liz Bartlett <khyri@idyllmtn.com>                  */
/* Copyright (c) 2000 by Idyll Mountain Internet                     */


BODY {
  margin: 10px;
  background-color: #FFFFF8;
  color: #993333;
}

H1, H2, H3, H4, H5, H6 {
  font-family: Exchequer, Exchequer Script, Monotype Corsiva, Park Avenue, Times New Roman, Times, Script;
}

DL DT {
  font-weight: bold;
}

.header {
  font-family: Exchequer, Exchequer Script, Monotype Corsiva, Park Avenue, Times New Roman, Times, Script;
  background-color: #FFFFF8;
  color: #993333;
}

.navbar {
  background-color: #CC9999;
  color: #993333;
}

.navbar A:hover {
  background-color: #FFFFF8;
}

.navbar A:link {
  color: #000099;
  text-decoration: none;
}

.navbar A:visited {
  color: #666600;
  text-decoration: none;
}

.navbar A:active {
  color: #FF0000;
  text-decoration: none;
}

.content {
  background-color: #FFFFF8;
  color: #993333;
  font-family: default, sans-serif;
}

.content A:link {
  background-color: #FFFFF8;
  color: #000099;
  text-decoration: underline;
}
  
.content A:visited {
  background-color: #FFFFF8;
  color: #666600;
  text-decoration: underline;
}

.content A:active {
  background-color: #FFFFF8;
  color: #FF0000;
  text-decoration: underline;
}

