﻿/* Bald Knob Railroad Museum */
body{
  font-family: "Times New Roman";
  font-size: 20px;
  margin: 5px;
  padding: 0;
  background-color: #f8faef;
  color: #000000;
}


img{
  border: 0px;
}

.left{
  text-align: left;
}

.center{
  text-align: center;
}

.right{
  text-align: right;
}

.small{
  font-size: small;
}

.medium{
  font-size: medium;
}

.large{
  font-size: large;
}

.xlarge{
  font-size: x-large;
}

.xxlarge{
  font-size: xx-large;
}

ul{
  list-style-type: none;
}


.title_layer{
  font-family: Algerian;
  font-size: 36px;
  font-weight: normal;
  text-align: center;
  color: black;
}

.address_layer{
  font-family: Algerian;
  font-size: 18px;
  font-weight: normal;
  text-align: center;
  color: black;
  background-color: #f8faef;
}

.fontstyle {
  font-family: Algerian;
}

.page_title_layer{
  font-family: Algerian;
  font-size: 24px;
  font-weight: normal;
  text-align: center;
  color: black;
  background-color: #f8faef;
}

#fp_hdr {
  padding: 3px 10px 4px 2px;
  background-color: #F3F5DE;
  border-bottom: 1px solid #f8faef;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  font-weight: bold;
  text-transform: uppercase;
}

#acom_logo {
  float: right;
  color: #f8faef;
  letter-spacing: 0.1em;
}





.body{
  font-size: 24px;
  font-family: Algerian;
  background-color: #f8faef;
}

.dropcap {
  font: bold 350% Times New Roman;
  color: #8C7139;
  width: 20px;
  float: left;
}

.firstletter {
  font: bold 350% Times New Roman;
  color: red;
  width: 20px;
  float: left;
}