/* 
 * greatamericancheese.com style
 *
 * 7/31/04
 *
 */

body {
  background-color: #ffffcc;
  background-image: url("background.jpg");
  color: #000000;
  font-family: Arial, Geneva, sans-serif;
  }

ol li {
  margin-top: 6px;
  margin-bottom: 6px:
  }

ul li {
  margin-top: 6px;
  margin-bottom: 6px:
  }


p.news {
  text-align: justify;
  font-family: Georgia, "Times New Roman", Times, serif;
  text-indent: 2em;
  margin-top: 0;
  margin-bottom: 0;
  }

p.newssquare {
  text-align: justify;
  font-family: Georgia, "Times New Roman", Times, serif;
  text-indent: 0;
  margin-top: 0;
  margin-bottom: 0;
  }

p.newsspace {
  text-align: justify;
  font-family: Georgia, "Times New Roman", Times, serif;
  text-indent: 0;
  }

ul.news li {
  font-family: Georgia, "Times New Roman", Times, serif;
  margin-top: 0;
  margin-bottom: 0;
  }

ol.news li {
  font-family: Georgia, "Times New Roman", Times, serif;
  margin-top: 0;
  margin-bottom: 0;
  }

img.news {
  margin: 6px 12px;
  }

p.newssubhead {
  text-align: center;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: bold;
  }

p.newscenter {
  text-align: center;
  font-family: Georgia, "Times New Roman", Times, serif;
  }

p.newscenterhead {
  text-align: center;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: x-large;
  }

p.footer {
  font-size: 7pt;
  font-family: Arial, Geneva, sans-serif;
  }


.navbar p {
  text-align: center;
  font: bold 11pt Arial, Geneva, sans-serif;
  padding: 10px 0px; margin: 4px 0px; 
  display: block; text-decoration: none;
  background-color: transparent;
  color: #000000;
}

.navbar a:link, .navbar a:visited {
  text-align: right;
  font: bold 20pt Arial, Geneva, sans-serif;
  padding: 12px; margin: 4px 8px;
  display: block; text-decoration: none;
  background-color: transparent;
  background-image: url("cheesebutton.gif");
  background-repeat: no-repeat;
  background-position: center center;
  border-style: ridge;
  border-color: #ff6633;
  border-size: 1px;
  color: #333399;
  width: 240px; height: 80px;  /* matches cheesebutton.gif */
  }

.navbar a:hover {
  background-color: #ffccff; /* #ffcc99; */
  color: #3333cc;
  border-style: groove;
  border-color: #ff00ff;
  border-size: 1px;
  }

.navbar a:active {
  color: #ff0000;
  border-style: groove;
  border-color: #ff00ff;
  border-size: 1px;
  }

