/* CSS Document */

a {
 text-align: center;
 color: #C71585;
 text-decoration: none;

}
a:link {
        text-align: center;
        color: #C71585;
        font-style: italic;
        cursor: hand;
        line-height: normal;
        font-weight: normal;
        font-family: Comic Sans MS
}

a:hover {
        color: #191970;
}

body {
font-family: Comic Sans MS;
        font-size: 14px;
        color:#C71585;
        font-style: italic;
        background-color: #D2EDF3;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position:  left 50%;
        scrolling: no;
         margin: 0px;
        border: 0px none;

}
TABLE { table-layout:auto; }