/*

 * Style sheet for the Burnt Spur Ranch site.

 */



BODY {

        background: white;
        text-align: center

}



table {

           margin-left: auto;
           margin-right: auto

}



a {

        font-size: 105%
}



.red {

        color: red
}



.green  {

        color: "#009966"
}



.blue {

        color: blue
}



.orange {

        color: orange

}



.trailer  {

        font-size: 105%;

        text-align: left;

        margin-left: 15%;

}



.info {

    text-align: justify;

    margin-top: 1em;

    margin-bottom: 1em;

    margin-left: 5em;

    margin-right: 5em;

}



.notice {

        font-size: 120%;

        font-weight: bold

}

.title {
         font-size: 1.5em;
}

.textleft {

        text-align: left

}



.forsale  {

        font-size: 105%;

        text-align: justify;

        margin-left: 5em;

        margin-right: 5em;

}

.small  {

        font-size: 70%

}

.med  {

        font-size: 80%

}




