a { text-decoration: underline; }
a:link { color: rgb(143, 171, 190); }
a:visited { color: rgb(143, 171, 190); }
a:active { color: rgb(143, 171, 190); }
a:hover { color: rgb(0, 102, 153); }
h1, h2, h3 { margin: 0px; padding: 0px; font-weight: normal; }
#container { border: 1px solid rgb(255, 255, 255); padding: 0px; line-height: 140%; margin-right: auto; margin-left: auto; text-align: left; width: 700px; background-color: rgb(255, 255, 255); }
.content { padding: 15px 15px 5px; background-color: rgb(255, 255, 255); color: rgb(102, 102, 102); font-family: Verdana,Arial,sans-serif; font-size: small; }
.content p { color: rgb(102, 102, 102); font-family: Verdana,Arial,sans-serif; font-size: small; font-weight: normal; line-height: 150%; text-align: left; margin-bottom: 10px; }
.content blockquote { line-height: 150%; }
.content li { line-height: 150%; }
.content h1 { padding-left: 0; }
.content h2 { color: rgb(102, 102, 102); font-family: Verdana,Arial,sans-serif; font-size: small; text-align: left; font-weight: bold; margin-bottom: 10px; }
.content h3 { color: rgb(102, 102, 102); font-family: Verdana,Arial,sans-serif; font-size: medium; text-align: left; font-weight: bold; margin-bottom: 10px; }
.content hr { color: #996633; }
.photo { text-align: left; margin-bottom: 20px; }
.link-note { padding: 2px; font-family: Verdana,Arial,sans-serif; font-size: small; line-height: 150%; text-align: left; margin-bottom: 15px; }
blockquote { border: 1px solid #996633; margin: 16px 30px; padding: 4px; -moz-border-radius-topleft: 8px; -moz-border-radius-topright: 8px; -moz-border-radius-bottomright: 8px; -moz-border-radius-bottomleft: 8px; background-color: rgb(245, 246, 246); line-height: 14px; }
blockquote p { line-height: 14px; }
.codeBlock {
  white-space: pre;
  border : 1px solid #996633;
  -moz-border-radius : 8px;;
  background-color : #F5F6F6;
  font-family: "Courier New", monospace;
  padding : 8px;
  font-size: small;
  line-height : 14px;
}
.codeText {
  font-family: "Courier New", monospace;
  font-size: small;
}
.fileName {
  font-size: small;
  font-family: "Courier New", monospace;
  font-style: italic;
  font-weight: bold;
  line-height : 14px;
  padding-top: 10px;
}
img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  border : 1px solid #996633;
}
