HTML {
}

BODY {
  width:100%; 
  background-color: #FFFFFF;
  background-image: url('/img/bgnd.png');
  font-family: "Open Sans", "sans-serif";
  font-size: 14px;
  color: #323232;
  margin: 0;
  padding: 0;
  text-align: center;
  line-height: 18px
}

.big {font-size: 18px;}
.sub {font-size: 12px; font-weight: 400}
.small {font-size: 10px; font-weight: 400}

.bold {font-weight: 700}
.semibold {font-weight: 600}

.inactive {color: #A5A5A5}

A:link {color: #323232; text-decoration: underline; }
A:visited {color: #323232; text-decoration: underline; }
A:hover {color: #323232; text-decoration: none;}

A.home:link {color: #323232; text-decoration: none; font-weight: 700 }
A.home:visited {color: #323232; text-decoration: none; font-weight: 700 }
A.home:hover {color: #323232; text-decoration: underline; font-weight: 700 }

IMG {border: 0}
