body {
  font-family: "Arial", sans-serif;
  font-size: 12px;
}

a:link {
  font-size: 14px;
  color: blue;
  font-weight: bold;
}

a:visited {
  font-size: 14px;
  color: blue;
}

a:focus {
  font-size: 14px;
  color: blue;
}

a:hover {
  font-size: 14px;
  color: blue;
}

a:active {
  font-size: 14px;
  color: blue;
}


div {
  padding: 10px;
}

p {
  text-align: left;
}

.center {
  text-align: center;
}


.main_cell {
  padding: 15px;
  text-align: center;
  background-color: white;
  float: left;
}

.ad_cell {
  width: 160px;
  vertical-align: top;
  text-align: center;
}


.right {
  float: right;
  clear: both;
  padding: 10px;
}

#links {
  text-align: center;
  color: white;
  margin-left: auto;
  margin-right: auto;
  width: 950px;
}

.links_text {
  text-align: center;
  color: white;
    margin-left: auto;
  margin-right: auto;
  width: 100%;
}


.left {
  float: left;
  padding: 10px;
  clear: left;
}

.google_left {
  float: left;
}

h1 {
    font-family: "Times New Roman", serif;
    font-size: 26px;
    color: #0000FF;
  text-align: center;
}

.large_title {
  font-size: 36px;
  text-align: center;
}

.small_title {
  font-size: 18px;
  text-align: center;
}

.byline {
  font-family: "Times New Roman", serif;
  font-size: 26px;
  text-align: center;
  margin-top: 20px;
}

h2 {
  font-family: "Times New Roman", serif;
  text-align: center;
  color: #0000ff;
  font-size: 18px;
  font-weight: bold;
}


.clear {
  clear: both;
  float: none;
}

.clear p {
  font-size: 10px;
}

.pull_out {
  width: 80%;
  border-style: solid;
  border-width: 2px;
  border-color: #373737;
  text-align: left;
  padding: 10px;
  margin-right: auto;
  margin-left: auto;
}

.quote {
  width: 50%;
  border-style: solid;
  border-width: 2px;
  border-color: #373737;
  text-align: center;
  padding: 10px;
  margin-right: auto;
  margin-left: auto;
  font-style: italic;
  background-color: #FFFFCC;
}

#buy {
  float: right;
  text-align: center;
  color: red;
}

#buy p {
    font-family: "sans-serif", Arial;
    font-size: 14px;
    font-weight: bold;
  text-align: center;
}

#buy a:link {
  color: red;
}

#buy a:visited {
  color: red;
}

#buy a:focus {
  color: red;
}

#buy a:hover {
  color: red;
}

#buy a:active {
  color: red;
}

#buy2 {
  text-align: center;
  color: red;
}

#buy2 p {
    font-family: "sans-serif", Arial;
    font-size: 14px;
    font-weight: bold;
  text-align: center;
}

#buy2 a:link {
  color: red;
}

#buy2 a:visited {
  color: red;
}

#buy2 a:focus {
  color: red;
}

#buy2 a:hover {
  color: red;
}

#buy2 a:active {
  color: red;
}












