/* This is the style sheet to be linked to mainarea pages*/
        /* The body of the mainarea */
BODY {
        font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
        background-color: White;
        vertical-align: middle;
        text-align: left;
        color: grey;
}

H1 {
        font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 22px;
        font-weight: normal;
        color: #10B0CA;
}

H2 {
        font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 17px;
        font-weight: normal;
        color: black;
}


/* The general properties for table */
/
TABLE {
        width: 80%;
        margin-left: 3%;
        margin-right: 3%;
        border: none;
        background-color: #FFFFFF;
}

A {
        text-decoration: none;
        font-size: 15px;
}

A:visited,A:link {
        color: #10B0CA;
}

A:hover {
        color: black;
}

