/* SCS Contents page style sheet */
BODY {background-color: #EFFFFF;
    margin-left: 10px;
    margin-right: 10px;
    padding: 0;
    cursor: default}
P {font-family: "Comic Sans MS", Geneva, Arial, Helvetica, sans-serif;
    color: blue;
    font-size: 13px;
    line-height: 15px;
    margin: 0px;
    padding-top: 12px}
A:link {color: blue;text-decoration: underline}
A:visited {color: #800080;text-decoration: underline}
A:hover {color: green;text-decoration: underline}
A:active {color: #CC0000 ;text-decoration: underline}
.title {text-align: center;
    font-size: 16px;
    color: blue;
    background-color: yellow;
    padding: 6px;
    line-height: 20px;
    font-weight: bold;}
.indent {padding-left: 15px; padding-top: 3px;}


