/*
 * Style sheet for Marcheck Ranches.
 */

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

}

A:link { color: #000000; font: bold; text-decoration: none }

A:visited { color: #000000; text-decoration: none }

A:hover {color: #000000; font: bold; text-decoration: none }


img {
        align: center
}

.justify {
        text-align: justify
}

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

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

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

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

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

.textbox {
   border-style: ridge;
   border-width: thin;
   margin-left: 20%;
   margin-right: 20%;
   text-align: center;
}

.graybox {
   border-style: ridge;
   border-width: medium;
   border-color: black;
   margin-left: 13%;
   margin-right: 13%;
   background-color: #ffe4e1;
}

.medbox {
   padding: 3%;
   border-style: ridge;
   border-width: medium;
   border-color: black;
   margin-left: 2%;
   margin-right: 2%;
}

.tanbox {
   padding: 1%;
   border-style: ridge;
   border-width: thin;
   border-color: black;
   background-color: #ffebcd;
   margin-left: 10%;
   margin-right: 10%;
}

.red  {
        color: red
}

.green  {
        color: green
}

.turquoise    {
        color: #40e0d0
}

.purple {
        color: purple
}

.orange {
        color: #ff4500
}

.maroon {
        color: maroon
}

.small {
        font-size: 70%
}

.medium {
        font-size: 85%
}

.big    {
        font-size: 120%
}

.bold   {
        font-weight: 900;
}

.oblique   {
        font-style: oblique;
        font-size: 120%;
        font-weight: 600
}

