﻿.bg-red {
  background-color: Red;
}
.bg-brown {
  background-color: Brown;
}
.bg-white {
  background-color: White;
}
.bg-black {
  background-color: Black;
}
.bg-peach {
  background-color: #FFCC99;
}
.fnt-white {
  color: White;
}
.fnt-red {
  color: Red;
}
.fnt-brown {
  color: Brown;
}
.fnt-black {
  color: Black;
}
#article-wrap {
  width: 460px;
}
#article-body {
  text-align: justify;
  width: 100%;
}
.box-left {
  width: 240px;
  font-size: 11px;
  float: left;
  margin-right: 5px;
  padding: 5px;
}
.box-right {
  width: 240px;
  font-size: 11px;
  float: right;
  margin-left: 5px;
  padding: 5px;
}
.signed-photo {
  width: 400px;
  float: left;
  padding: 5px;
  font-size: 11px;
}
.box100 {
  width: 100%;
  padding: 5px;
  margin: 2px;
  font-style: oblique;
  font-size: 12px;
  border-bottom-style: solid;
  border-width: 1px;
  border-color: grey;
}
.section {
    margin-top: 15px;
    padding: 5px;
    padding-bottom: 0px;
    background-color: white;
}

.section ul {
    list-style: none;
    margin-top: 5px;
}

.section ul li {
    display: inline;
}

.section ul a {
    background-color: #ECECEC;
    border: 1px solid #999999;
    padding: 5px 5px 10px;
    display: block;
    float: left;
    margin: 5px;
}

.section ul a:hover {
    background-color: #FFFFFF;
    border: 1px solid #333333;
}

.section ul a img {
    border: 1px solid #999999;
}

.section ul a.lightbox-enabled img {
    border: 1px dotted #999999;
}

.section span.code {
    font-family: "Courier New", Courier, monospace;
    margin-left: 10px;
    padding-left: 10px;
    font-size: 11px;
    border-left: 1px solid #000;
}

.section .link {
    font-size: 12px;
    font-style: italic;
    padding-left: 10px;
    margin-left: 10px;
}

.section .important {
    text-decoration: underline;
}

.section .title {
    font-weight: bold;
    font-size: 16px;
}

.clear {
    clear: left;
}

.section.header {
    text-align: center;
    font-size: 12px;
    padding-top: 10px;
    border-top: none;
}

.section.footer {
    text-align: center;
    font-size: 12px;
    padding-top: 10px;
}


