/*
 * Style sheet for 10:10 Design Site
 */

BODY {
        background: #4682b4;
        text-align: center
}

A:link { color: #4682b4; font: bold; text-decoration: underline
}

A:visited {color: #4682b4; text-decoration: underline
}

A:hover {text-decoration: underline
}


img {
        align: center;
        border-color: #ffffff;
}

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

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

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

.blue  {
        color: blue
}

.gray  {
        color: #dcdcdc
}

.red  {
        color: red
}

.green  {
        color: green
}

.white  {
        color: white
}

.small {
        font-size: 70%
}
