@import url('https://fonts.googleapis.com/css?family=Karla|Ubuntu');
body{
    font-family: Ubuntu, tahoma, verdana;
    color: #000000;
    font-weight: bold;
    font-size: 14px;
    background-color:#FFFFFF;
}
.container{
    margin: 0 auto;    
    width:99%;
    text-align:center;
}
span{
    font-family: Ubuntu, tahoma, verdana;
    color: #000000;
    font-weight: bold;
    font-size: 22px;
    background-color:#FFFFFF;
    width:600px;
    margin: 0 auto;
    padding: 20px;
    line-height:25px;
}
.pres{       
    font-family: Ubuntu, tahoma, verdana;
    color: #000000;
    font-weight: bold;
    font-size: 16px;
    background-color:#FFFFFF;
    width:600px;
    margin: 0 auto;
    padding: 20px;
    line-height:25px;
}

