/* Styles for all presentations */
body {
  background-color: #305027;
  background-image: url("../pix/bg.png");
  color: #ffffff;
  /* font-family: times; */
  font-size: 12pt;
  margin: 0px;
}

a:link, a:visited, a:active {
  color: #ffff7f;
  text-decoration: underline;
}

div.orderer {
  text-align: right;
}

img {
  border: none;
}

div.whole {
  margin-right: 10%;
  margin-left: 10%;
  /* width: 80%; */
}

div.title {
  text-align: center;
}

div.link {
  margin-top: 1em;
  margin-bottom: 1em;
}

div.link a:link, div.link a:active {
  background-color: #376A04;
  border: solid thin black;
  color: #ffffff;
  text-decoration: underline;
  padding: 0.25em;
  padding-top: 0em;
}

div.link a:visited {
  background-color: #376A04;
  border: solid thin black;
  color: #cfcfcf;
  text-decoration: underline;
  padding: 0.25em;
  padding-top: 0em;
}

div.link a:hover {
  background-color: #174A00;
}

div.content {
  border: solid thin;
  height: 100%;
  margin-top: 1em;
  margin-bottom: 1em;
  min-height: 600px;
  /* overflow: hidden; */
  padding: 1em;
  text-align: left;
}

div.donations {
  /* height: 90px; */
  /* width: 728px; */
  height: 60px;
  margin-bottom: 1em;
  margin-top: 1em;
  width: 468px;
}

div.left_ad_column {
  border: solid thin white;
  float: left;
  height: 600px;
  margin-right: 1em;
  width: 160px;
}

table.coltable {
  border: solid thin white;
}

th {
  background-color: darkgreen;
  min-width: 10em;
  text-align: left;
}

div.story {
  font-size: xx-large;
}

div.author {
  font-size: x-large;
}

table.searchbox {
  border: solid thin white;
}

iframe {
}

span.rss_links {
}

p#newschanger {
  /* margin-bottom: 1em; */
  /* margin-top: 1em; */
  text-align: center;
}

p#newschanger a {
  color: #ffff7f;
  cursor: pointer;
  text-decoration: underline;
}

#AmazonProductSearch
{
  background-color: white;
  border: thick solid orange;
  float: left;
  padding: 0.5em;
  width: 26em;
}

/* Styles for print presentation */
@media print {
  body {
    background-color: white;
    background-image: none;
    color: black;
    font-family: serif;
    font-size: 12pt;
  }

  a:link, a:visited, a:active {
    background-color: white;
    color: black;
    text-decoration: underline;
  }

  div.whole {
    margin: 0px;
    width: 100%;
  }

  div.searchbox {
    display: none;
  }

  div.link {
    display: none;
  }

  div.left_ad_column {
    display: none;
  }
}

