body {
    background-color: #FFFFFF;
    color: black;
    margin: 0;
}

.userInfo {
    font-size: 10pt;
    color: #FFFFFF;
    background-color: #45B398;
}

.functionTitle {
    font-size: 10pt;
    color: #FFFFFF;
    background-color: #45B398;
}

.functionList {
    font-size: 10pt;
    background-color: #E4FAE6;
}
.functionList2 {
    font-size: 10pt;
    background-color: #FFFFFF;
}

.splitBar {
    background-color: #45B398;
    height: 3;
}

.pagePath {
    font-size: 10pt;
    background-color: #E4FAE6;
}

.pageList {
    font-size: 10pt;
    background-color: #E4FAE6;
}

.pagePreview {
    font-size: 10pt;
    background-color: #E4FAE6;
}

.button {
    font-size: 10pt;
    height: 22px;
}

.beLikeA {
    behavior: url(/siteMaker/include/beLikeA.htc);
    color: #0000FF;
    cursor: hand;
}

.footer {
    font-size: 10pt;
}

A {
    color: #0000FF;
    text-decoration: none;
}

A:hover {
    color: #CC6600;
    text-decoration: none;
}
