
/* Eggdrop FAQ style sheet by Ernst */

body {
  border: 100;
  background-color: #FFFFFF
}

pre {
  font-size: 10pt;
  font-family: Courier New;
  font-weight: plain;
  margin-left: 10pt;
  margin-top: 0pt;
  margin-bottom: 0pt;
  margin-right: 10pt;
  background: #dddddd;
}

/* Link colours */
A:link    { color:#000099; }
A:visited { color:#003399; }
A:hover   { color:red;     }

#Address {
  margin-left: 10pt;
}

#TableContent {
  margin-left: 10pt;
  alignment: justify;
}

/* Table colors */
#TableTitleColor    { background: #CCCCFF } /* Dark mauve */
#TableSubTitleColor { background: #EEEEFF } /* Light mauve */

#TableIndexColor    { background: #EEEEFF } /* Light mauve */
#TableRowColor      { background: #FFFFFF } /* White */

#Command {
  font-size: 10pt;
  font-family: Courier New;
  font-weight: plain;
  background: #dddddd;
}

#Output {
  font-size: 10pt;
  font-family: Courier New;
  font-weight: plain;
}

#OutputBig {
  font-size: 12pt;
  font-family: Courier New;
  font-weight: plain;
}

#Filename {
  font-size: 10pt;
  font-family: Courier New;
  font-weight: plain;
}

#Question {
  background: #EEEEFF 
  font-size: 14pt;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: plain;
}

#Answer {
  background: #EEEEEE;
  font-size: 12pt;
  font-family: Times New Roman, Times, Roman, serif;
  font-weight: plain;
  margin-left: 100pt;
}

#TitleFont {
  font-size: 14pt;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}

#AddressFont {
  font-size: 8pt;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: plain;
}

#SubTitleFont {
  font-color: red;
  font-size: 12pt;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}

#IndexTitleFont {
  font-size: 12pt;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}

#IndexNameFont {
  font-size: 10pt;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}

#NavBarCell2    { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF;}
#NavBarCell3    { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF;}

