

    ul.square {list-style:outside square}
    li.square {list-style:outside square}

    ul.disc {list-style:outside disc}
    li.disc {list-style:outside disc}

    a.features:link { text-decoration:none; color: rgb(95, 93, 93); }      /* unvisited link */
    a.features:visited { text-decoration:none; color: rgb(95, 93, 93); }  /* visited link */
    a.features:hover { text-decoration:none; color: rgb(238, 0, 0); }  /* mouse over link */
    a.features:active { text-decoration:none; color: rgb(238, 0, 0); }  /* selected link */


    a.solution:link { text-decoration:none; color: rgb(95, 93, 93); }      /* unvisited link */
    a.solution:visited { text-decoration:none; color: rgb(95, 93, 93); }  /* visited link */
    a.solution:hover { text-decoration:none; color: rgb(238, 0, 0); }  /* mouse over link */
    a.solution:active { text-decoration:none; color: rgb(238, 0, 0); }  /* selected link */

    .business {
    
        background-color: rgb(231, 236, 243);
    }
    
    .enterprise {
        background-color: rgb(229,  241,  234);
    }
    
    .personal {
        background-color: rgb(254,  241,  233);
    }
    
    .main {
        background-color: rgb(231, 236, 243);
    }
    
    .inputArea {
        
        border: 1px solid #000000;
        padding:1px;
        padding-top:2px;
        font-family: Lucida Console, Helvetica, Courier, monospace;
        height:15px;
        color:#000000;
        background-color:#ffffff;
        
    }