@import url(http://fonts.googleapis.com/css?family=Lato);
*{
    font-family: Lato;
}
.ui-header{
    
    
    border:0px;
}
.ui-page{
    background:#FEFDCD;
    
    
}
.bannerTxt{
    float:left;
    margin-top:16px; 
    margin-left:10px; 
    
    font-size: 18px;
    color:#990000;
    text-shadow: none;
}
.bannerImg{
    float:right;
}
h1{
    font-size: 20px;
    
    color:#405326;
}
h2{
    font-size: 16px;
    
    color:#405326;
}
a{
    color:#405326;
    text-decoration: none;
    font-weight:bold;
}
a:hover{
    font-weight:normal;
}
ul{
    
    padding:10px;
}