/*
 * Style sheet for Thomas Orchards.
 *
 **/

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

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

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

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

table {
        border: 0;
        margin-top: auto;
        margin-bottom: auto;
        margin-left: auto;
        margin-right: auto
}

.notice {
        font-weight: bold;
        color:#333333
}

.center {
        text-align: center;
}

.indent {
        margin-left: 5%;
        text-align: left;
}

.list {
        text-align: left;
        margin-left: 15%;
        font-size: 105%;
        font-weight: bold
}

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

.ordersleft {
        text-align: left;
        margin-left: 30%
}

.pcenter {
        text-align: justify;
        margin-left: 10%;
        margin-right: 10%;
        font-weight: bold;
        font-size: 105%;
        line-height: 120%
}

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

.blue    {
        color: #336699
}

.green   {
        color: #009900
}

.red {
        color: #FF0000
}

.small {
        font-size: 70%
}
.medium {
        font-size: 85%
}
.big    {
        font-size: 110%
}
.huge   {
        font-size: 150%;
        font-weight: bold
}
.bold   {
        font-weight: bold
}
