body {
  background-color: #f0f0f0;
  color: #000000;
}
a:link {color: #3540d4;}
a:visited {color: #800080;}
a:active {color: #FF0000; }

#main_page {                           /* головная страница */
  font-size: large;
  width: 600px;
  height: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0px;
  padding-right: 0px;
}

.headers {                           /* заголовки */
  margin-top: 60px;
}
.headers h1 {
  margin-top: 0px;
  color: #ae130c;
  font-family: Times, serif;
  font-style: italic;
  font-size: 55px;
  font-weight: bold;
  letter-spacing: 8px;
}
.headers h1 span {
  color: #000000;
}

#main_text {                          /* текст на головной странице */
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  margin-bottom: 30px;
  color:#000000;
}

.img_center {                           /* блок для центрированной картинки */
  text-align: center;
}

.img_with_border {                    /* картинки с выпуклой рамкой */
  border-style: solid;
  border-top-color: #b2b2b2;
  border-left-color: #b2b2b2;
  border-bottom-color: #000000;
  border-right-color: #000000;
  border-width: 1px;
}

p#author_mail {                      /* обратная связь */
  font-size:smaller;
  font-style:italic;
  margin-top: 40px;
}

#content {                                /* типичная страница сайта */
  width: 850px;
  border: solid 2px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  margin-bottom: 40px;
  background-color: #f9f9f5;
  padding: 16px;
}

.forward_back_nav {
  margin-top: 16px;
  margin-bottom: 16px;
  font-family: sans-serif;
  font-size: smaller;
}
.forward_back_nav a {
  text-decoration: none;
}
.back_link {
  display: block;
  float: left;
  text-align: right;
  width: 38%;
}
.top_link {
  display: block;
  float: left;
  text-align: center;
  width: 20%;
}
.forward_link {
  display: block;
  float: left;
  text-align: left;
  width: 38%;
}
a.footnote {
  position: relative;
  top: -5px;
  font-size: smaller;
  text-decoration: none;
}
.footnotes {
  font-size: smaller;
}
.temporary_remarks {
  display: none;
}
.clearer {
  clear: both;
}
