    body  { color: #000; font-size: 14px; font-family: Arial; background-color: #ffffff; margin: 0 }
.editfield { color: #000; font-weight: bold; font-size: 16pt; font-family: Arial; background-color: #f0e68c }
.answer { color: #000; font-weight: bold; font-size: 16pt; font-family: Arial; background-color: #daa520 }
.titles { color: #000; font-size: 16pt; font-family: Arial }
.container {
        position: absolute;
        width: 100%;
    }

    body[orient="profile"] .container {
        height: auto;
    }
    
    body[orient="landscape"] .container {
        height: auto;
    }
    
    
    .toolbar  { font-weight: bold; font-size: 18px; background: black repeat-x; text-align: center; padding: 0px 0; position: absolute; width: 100%; height: 43px; text-shadow: #3F4E63 0px -1px 1px }
    
    .toolbartext  { color: #fff; font-weight: bold; font-size: 18px; text-align: center; text-shadow: #3F4E63 0px -1px 1px }

   body[orient="landscape"] .toolbar {
        font-size: 18px;
    }
   body[orient="profile"] .toolbar {
        font-size: 18px;
    }

    .anchorTop {
        top: 0;
    }

    .anchorBottom {
        border-top: 1px solid #000000;
        padding-bottom: 9px;
        bottom: 0;
    }

    .center {
        position: absolute;
        top: 40px;
        background: #FFFFFF;
    }

    body[orient="landscape"] .center {
        top: 40px;
        width: 100%;
        background: #FFFFFF;
	}
    
    body[orient="profile"] .center {
        top: 40px;
        width: 100%;
        background: #FFFFFF;
	}
    
    .item     { color: #000000; font-size: 14pt; background: white url(images/iphonearrow.gif) no-repeat right center; padding: 8px 32px 8px 8px; border-bottom: 1px solid #e0e0e0 }
 a:hover   { color: maroon; font-family: Arial; text-decoration: none }
a:link  { color: black; text-decoration: none }
a:visited  { color: black; text-decoration: none }

