
html {
  -webkit-text-size-adjust: none;
}

* {
  margin: 0;
  padding: 0;
}

body {
  font-family: Arial, sans-serif;
  font-size: normal;
  color: #333333;
  padding: 10px;
}

h1 { font-family: Arial, sans-serif; font-weight: normal; }
h2 { font-family: Georgia, "Times New Roman", serif; font-weight: normal; }
h3 { font-family: Arial, sans-serif; font-weight: normal; }
h4 { font-family: Georgia, "Times New Roman", serif; font-weight: normal; }
h5 { font-family: Arial, sans-serif; font-weight: normal; }
h6 { font-family: Georgia, "Times New Roman", serif; font-weight: normal; }

a { color:#005689; text-decoration:none; }
a:visited { color: #445689; }
a:hover { color:#CC0000; text-decoration:none; }

#header {
  border-bottom: 1px solid #666666;
  padding-bottom: 5px;
}

#header h1 {
  font-size: medium;
  font-weight: bold;
  color: #005689;
}

#header h2 { display: none; }

#header p.right {
  float: right;
  width: auto;
  font-weight: bold;
}

#content h2 {
  font-weight: normal;
  font-size: x-large;
  margin-top: 10px;
}

#content h3,
#content p.category {
  font-size: x-small;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #3B5998;
  padding: 4px;
  margin-top: 10px;
  text-align: left;
}

#content h3,
#content p.category a {
  background-color: white;
}

#content h4 {
  font-size: small;
  margin-top: 10px;
}

#content.category h4 {
  font-size: medium;
  border-top: 0.1em dotted #999999;
  padding-top: 4px;
  margin-top: 10px;
}

#content.category h4.first,
#content.category h4.noborder {
  padding-top: 0;
  border-top: none;
}

#content h5 {
  font-style: italic;
  font-size: small;
  color: #666666;
  margin-top: 10px;
}

#content h6 {
  font-size: small;
  margin-top: 10px;
}

#content.category h6 {
  font-size: small;
  margin-top: 10px;
}

#content.category h6.border {
  border-top: 1px dotted #999999;
  padding-top: 4px;
}

#content p {
  margin-top: 10px;
}

#content p.info {
  font-style: italic;
  color: #666666;
  margin-top: 5px;
}

#content p.desc {
  margin-top: 5px;
}

#content p.right {
  float: right;
  width: auto;
}

#content ul {
  margin-top: 5px;
  padding-left: 20px;
}

#content ul li {
  margin-bottom: 2px;
}

#content ul.category li h2 {
  font-family: Arial, sans-serif; font-weight: normal;
  font-size: medium;
}

#content ul.category li p.info {
  font-size: small;
}

#content ul.category li p.desc {
  display: none;
}

#content blockquote p {
  padding-left: 30px;
}

#footer {
  padding-top: 10px;
  margin-top: 10px;
}

#footer p {
  font-size: x-small;
  text-align: center;
}
