/*
 * Style sheet for NHA WebRing Home Page.
 */

BODY {
        background: white;
        text-align: center
}

A:link {text-decoration: none;}
A:visited {text-decoration: none;}

a {
        font-size: 100%
}

.logoborder {
      border-style: outset;
      border-width: medium;
      border-color: black;
}

.outset-border {
      background-color: #ffebcd;
      border-style: outset;
      border-width: medium;
      border-color: #deb887;
      margin-left: 3%;
      margin-right: 3%;
}

.tealbkgd {
      background-color: #33CCCC;
      border-style: outset;
      border-width: medium;
      border-color: #669999;
      margin-left: 3%;
      margin-right: 3%;
}

.whitbkgd {
      background-color: #ffffff;
      border-style: outset;
      border-width: medium;
      border-color: #669999;
      margin-left: 1%;
      margin-right: 1%;
}

.justify {
        text-align: justify
}

.regcen {
        text-align: justify;
        margin-left: 5%;
        margin-right: 5%;
}

.center {
        text-align: justify;
        margin-left: 10%;
        margin-right: 10%;
        font-size: 110%
}

.left {
        text-align: left;
        margin-left: 10%
}

.pcenter {
        text-align: justify;
        font-size: 110%
}

.cenmed {
        text-align: justify;
        margin-left: 15%;
        margin-right: 10%;
        font-size: 100%
}

.listmid {
        text-align: justify;
        margin-left: 25%;
        margin-right: 25%;
        font-size: 110%
}

.red  {
        color: red
}

.green  {
        color: green
}

.teal    {
        color: #008080
}
.boldteal    {
        font-weight: bold;
        color: #008080
}

.bigboldteal    {
        font-weight: bold;
        color: #008080;
        font-size: 110%
}

.purple {
        color: purple
}

.orange {
        color: #ff4500
}

.maroon {
        color: maroon
}
.catalog {
        font-size: 75%;
        font-weight: bold;
}
.underline {
   font-weight: bold;
   color: #000000;
   text-decoration: underline;

}

.linelink {
   font-weight: bold;
   color: #000000;
   text-decoration: underline;
   cursor:pointer;
   cursor:hand;

}

.small {
        font-size: 70%
}
.medium {
        font-size: 85%
}
.big    {
        font-size: 110%
}
.banner    {
      font-size: 115%;
      font-weight: 800;
      text-align: center
}
.yuk {
      font-size:130%;
      font-weight: 800;
      text-align: left
}

