/* mfthelp.css                                                       */
/* Cascading Style Sheet for MFT Help                                */
/* CSS level 2                                                       */
/* Version 1.0 by Liz Bartlett <khyri@idyllmtn.com>                  */
/* Copyright (c) 2001 by Idyll Mountain Internet                     */


BODY {
  margin: 10px;
  background-color: #FFFFFF;
  background-image: url ("/graphics/background.jpg");
  color: #003366;
}

H1, H2, H3, H4, H5, H6 {
  font-family: Times New Roman, Times Roman, Times, serif;
}

DL DT {
  font-weight: bold;
}

.header {
  font-family: Times New Roman, Times Roman, Times, serif;
  background-color: #000000;
  font-size: 125%;
  color: #FFFFFF;
}

.navbar {
  font-size: 110%;
  font-family: Times New Roman, Times Roman, Times, serif;
  background-color: #CC99FF;
  color: #003366;
}

.navbar A:hover {
  font-family: Times New Roman, Times Roman, Times, serif;
  background-color: #DDAAFF;
}

.navbar A:link {
  font-size: 110%;
  font-family: Times New Roman, Times Roman, Times, serif;
  color: #006699;
  text-decoration: none;
}

.navbar A:visited {
  font-size: 110%;
  font-family: Times New Roman, Times Roman, Times, serif;
  color: #000033;
  text-decoration: none;
}

.navbar A:active {
  font-size: 110%;
  font-family: Times New Roman, Times Roman, Times, serif;
  color: #FF0000;
  text-decoration: none;
}

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

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

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

.textbox {
  border: 2px solid #003366;
  padding: 1em;
}

