body {
        background-color: white;
}

.updates{
        text-align: left;
}

.updates {
        margin-left: 100px;
}

li{
        text-align: left;
}

.mainpage{
        text-align: center;
        width: 600px;
       margin: 0 auto;
}

.supportpage{
        text-align: center;
        width: 320px;
       margin: 0 auto;
}

.faqlist{
        width: 300px;
        margin: 0px;
        padding: 0px;

}

.question{
        text-align: left;
        color: #d4ea87;
        font-family: Arial, helvetica, sans-serif;
        font-size: 14pt;
        font-weight: bold;
        list-style: none;
        margin-top: 30px;
        margin-left: 0px;
}

.answer{
        text-align: left;
        color: white;
        font-family: Arial, helvetica, sans-serif;
        font-size: 12pt;
        font-weight: normal;
        list-style: none;
        padding-left: 5px;
        margin-left: 0px;

}

.answer2{
        text-align: left;
        color: white;
        font-family: Arial, helvetica, sans-serif;
        font-size: 12pt;
        font-weight: normal;
        list-style: none;
        padding-left: 5px;
        margin-left: 0px;

}

a{
        color: white;
}

a:visited{
        color: white;
}

#content {
        width: 600px;
        text-align: center;
        color: white;
        font-family: Arial, helvetica, sans-serif;
        font-size: 12pt;
        font-weight: normal;
        float: none;
}

#content h2{
        text-align: center;
        width: 200px;
        color: white;
        font-family: Arial, helvetica, sans-serif;
        font-size: 12pt;
        font-weight: normal;

}

.smallText {
    font-size: 10pt;

}

#description {
       width: 600px;
       margin: 0 auto;
       text-align: left;
}

#menu {
        margin: 0 auto;
        width: 306px;
}

#menu a{
       text-align: center;
        width: 138px;
        height: 43px;
        color: white;
        font-family: Arial, helvetica, sans-serif;
        font-size: 16pt;
        text-decoration: none;
        font-weight: normal;
        background: url('button.png') no-repeat;
        display: block;
        padding-top: 8px;
        float: left;
        margin-right: 15px;
        
}

#menu a:hover{
       background: url('button-sel.png') no-repeat;
}

#menu a.sel{
       background: url('button-sel.png') no-repeat;

}

#menu2 {
        margin: 0 auto;
        width: 280px;
}

#menu2 a{
       text-align: center;
        width: 138px;
        height: 43px;
        color: white;
        font-family: Arial, helvetica, sans-serif;
        font-size: 16pt;
        text-decoration: none;
        font-weight: normal;
        background: url('button.png') no-repeat;
        display: block;
        padding-top: 8px;
        float: left;
        margin-right: 0px;
        margin-top: 0px;
        position: relative;
        top: -7px;
        
}

#menu2 a:hover{
       background: url('button-sel.png') no-repeat;
}

#menu2 a.sel{
       background: url('button-sel.png') no-repeat;

}

#PalmHotAppsWidget {  border: 1px solid grey; } /* style the table */
#PalmHotAppsWidget td { background-color: black; } /* style the table cells */ 
