<style type="text/css" media="all"> 
body {width:220px}a:link {font-size: 13px;color:blue;text-decoration:none }a:visited {font-size: 13px;color:blue;text-decoration:none}
a:hover {font-size: 13px;color:red;text-decoration:underline }input {width: 80px; font-family: Arial; font-size: 12px; color: #666666; background: white}
p {font-size: 9px}.button {width: auto; background: #dddddd} hr.main {color: #000000} hr.sub {color: #dddddd; width:220px; text-align:left} 
img {border: 0} .accesskey { text-decoration: none;color:#800000;background:#FFD700}
div.header {text-align:center;width:220px; color: blue;font-size:14px}	
div.dir {font-size:12px;color:#800000;text-decoration:none;text-align:center;background-color: #ffffff;padding:1px 3px 4px; margin: 2px 2px;border:outset 2px #ccf; width:220px}
div.dir2 {font-size:9px;color:#800000;text-decoration:none;text-align:center;background-color: #ffffff;padding:1px 3px 4px; margin: 2px 2px;border:outset 2px #ccf; width:220px}
div.dir3 {font-weight:small;font-family: Arial;text-align:center;background-color: #ffffff;padding:1px 3px 4px; margin: 2px 2px;border:outset 2px #ccf;width:200px}
div.tsm {align: left; width:220px}
div.footer {font-size:10px;color:#666666;text-decoration:none;text-align:center;background-color: #ffffff;padding:0px; width:220px}
div.header1 {text-align:left;width:200px; font-size:12px;color:black}
div.header2 {text-align:left;width:205px; font-size:12px;color:black;background-color:#a6c0a0;padding:1px 3px 4px; margin: 2px 2px;border:outset 2px #ccf}
div.header3 {text-align:center;width:215px; font-size:12px;color:red;background-color: #aaaaaa;border:outset 2px #ccf}
div.header4 {text-align:center;width:215px; font-size:9px;color:blue;background-color: #aaaaaa;border:outset 2px #ccf}
div.header5 {text-align:Center;width:220px; font-size:14px;color:#ffffff;background-color: #6699ff;padding:1px 3px 4px; margin: 2px 2px;border:outset 2px #ccf}
div.header6 {text-align:center;width:220px; font-size:12px}
div.header2 a:link{font-size:10px;color:blue; text-decoration:underline}
div.header2 a:link:visited{font-size:10px;color:blue; text-decoration:underline}
div.admob {align:left; text-align:center; font-size:10px; width: 220px; background-color:#ccf}


ul
{      
    padding: 0;    
    margin-top:0;
  margin: 0;               /* The list fills the whole iPhone screen */
    padding: 0
    margin-bottom:17px;       /* Set each list 17 pixels from the top of the button bar(or the top of the next list) */
    
    font-size:17;
    font-family: Helvetica;
    font-weight:bold;
    color:black;

    width: 300;
    background-color: white;       /* Each list has a white background fill */
    
    border-width: 1;             /* Draw a rectangle around each list */
    border-style:solid ;
    border-color:rgb(217,217,217);
    
    -webkit-border-radius: 8px;      /* Round each corner of the created rectangle */
    display: block;
}


li
{   
    list-style-type: none;  
     font-size:12;
    border-top-width:1;   /* Create lines between cells. Each line is placed above each item */
    border-top-style:solid;
    border-top-color:rgb(217,217,217);
    text-align:left;
    padding-top:10px;         
    padding-right:10px;      
    padding-bottom:14px;     /* Indent the cell content 14 pixels from the bottom edge of a cell */
    padding-left:10px;  
    display: block;

}

