/* Colors and text styles */
  body {
    font-family: Monaco, Verdana, sans-serif;
    font-size: 12pt;
    color: white;
    background-color: #323232;
  }
  a {
	color: #6D9CBE;
  }
  .MainArea {
  }
  .HeaderBox {}
  .NameStyle {
    font-size: 24pt;
    text-align: center;
    color: #CC7833;
  }
  .NameExplanationStyle {
	font-size: 14pt;
	text-align: center;
  }
  .NameExplanationStyle .Keyword {
	color: #A5C261;
	font-style: italic;
  }
  .DescriptionBox {
  }
  .DescriptionBox .Keyword {
    color: #FFC66D;
    font-style: italic;
  }
  .HyperlinksBox {}
  .SeparatorLine {
    border-top: 1px dashed #BC9458;
  }
  .Spacer {
    height: 20px;
  }

