BODY {
  text-align: center;
  font-family: Arial, sans-serif;
  background-color: white;
  color: 3333ff;
  padding: 0px;
  margin: 0px;
  margin-left: 2em;
  margin-right: 2em;
}

.neg {
  color: ccccff;
}

A {
  text-decoration: underline;
  background-color: transparent;
}

A:link {
  color: #990000;
}
.neg A:link {
  color: #ff9999;
}

A:visited {
  color: #000099;
}
.neg A:visited {
  color: #9999ff;
}

A:active {
  color: #009900;
}
.neg A:active {
  color: #99ff99;
}

A:hover {
  color: #339933;
}
.neg A:hover {
  color: #ccffcc;
}

A:focus {
  color: #339933;
}
.neg A:focus {
  color: #ccffcc;
}

IMG {
  border: none;
  margin: none;
}

.signBG {
  background-image: url(../blog/2007-12/new-street-sign-2007.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: right top;
}

.musicBG {
  background-image: url(../studio/electric-guitar-bg.png);
  background-repeat: repeat;
  background-position: center center;
}

.marketBG {
  background-image: url(../market/shopping-cart.png);
  background-repeat: repeat;
  background-position: center center;
  border-color: #00FF00;
  background-color: #CCFFCC;
  color: #006600;
}

.linkageBG {
  background-image: url(../main/lightning-bg.png);
  background-position: center center;
  background-repeat: repeat;
  background-color: black;
  color: white;
}

.dateRev{
  font-size: smaller;
  text-align: right;
}

.blankMH2{
  float: left;
  height: 94px;
  width: 170px;
  margin-top: 1em;
}
.nightgold{
  background-color: black;
  border: 8px solid #ff9900;
  border-top-color: #3333ff;
  border-left-color: #3333ff;
  color: #ccccff;
  padding: 8px;
  margin-top: 2em;
}
.winter {
  border: 8px solid green;
  border-top-color: red;
  border-left-color: red;
  background-image: url(snowflake-bg.png);
  background-color: white;
  color: blue;
  margin-top: 2em;
  padding: 10px;
}
.seasonal {
  margin: 10px;
  margin-left: 20px;
  width: 200px;
  padding: 5px;
}

.halloweenBox{
  border: 4px #FF9900 solid;
  background-color: #cccc99;
  color: red;
  padding: 5px;
  margin: 10px;
  margin-left: 20px;
  width: 200px;
  float: left;
}

.parchment {
  color: blue;
  background-color: #ffff99;
  margin-left: 5%;
  margin-right: 5%;
  margin-top: 10px;
  padding: 4px;
  border: 2px solid #999933;
}
.c90 {
  width: 90%;
  margin-left: 5%;
  margin-top: 2em;
}

.bluebill {
  font-family: Billboard, sans-serif;
  color: navy;
  text-decoration: none;
  font-weight: bold;
}

A.bluebill:link {
  color: navy;
}

A.bluebill:vlink {
  color: navy;
}

A.bluebill:hover {
  color: navy;
}

A.bluebill:focus {
  color: navy;
}

A.bluebill:active {
  color: navy;
}

.bluebill A {
  text-decoration: none;
}

.bluebill A:link {
  color: navy;
}

.bluebill A:visited {
  color: navy;
}

.bluebill A:active {
  color: #999900;
}

.bluebill A:hover {
  color: #999900;
}

.bluebill A:focus {
  color: #999900;
}

.whitebill {
  font-family: Billboard, sans-serif;
  color: white;
  font-weight: bold;
}

.whitebill A {
  text-decoration: none;
}

.whitebill A:link {
  color: white;
}

.whitebill A:visited {
  color: white;
}

.whitebill A:active {
  color: yellow;
}

.whitebill A:hover {
  color: yellow;
}

.whitebill A:focus {
  color: yellow;
}

.whitebg {
  background-color: white;
  color: navy;
  margin-left: 5%;
  margin-right: 5%;
  margin-top: 10px;
  clear: right;
  padding: 5px;
  border: 4px navy solid;
}

.Right3rd {
  clear: right;
  float: right;
  background-color: transparent;
  width: 33%;
  margin-top: 5px;
  margin-bottom: 5px;
}

.Left3rd {
  clear: left;
  float: left;
  background-color: transparent;
  width: 33%;
  margin-top: 5px;
  margin-bottom: 5px;
}

.Mid3rd {
  background-color: transparent;
  margin-left: 33%;
  width: 33%;
  margin-top: 5px;
  margin-bottom: 5px;
}

.Left66 {
  width: 66%;
  background-color: transparent;
  margin-top: 5px;
  margin-bottom: 5px;
}

.homelink{
  float: left;
  width: 170px
  text-align: center;
  font-family: Billboard, sans-serif;
  color: navy;
  text-decoration: none;
  font-weight: bold;
  margin-right: 1em;
}
.homelink DIV{
  position: relative;
  top: -6px;
  margin-left: 10px;
  margin-right: 10px;
  background-color: white;
  border: 3px solid red;
  border-top: none;
}
.homelink A {
  display: block;
  color: red;
}
.homelink A.home75{
  font-size: larger;
}
.homelink A:hover{
  color: #ccccff;
  background-color: red;
}
.header{
  font-family: Billboard, sans-serif;
  font-weight: bold;
  font-size: xx-large;
  color: navy;
  text-align: left;
}
.footer {
  margin-top: 2em;
  margin-bottom: 2em;
}
.footer .bluebill{
  font-size: xx-large;
}
.footer IMG{
  vertical-align: middle;
}
