@charset "utf-8";
/* CSS Document */
body{ background-color:#F4F4F4;
    font-family: "Karla",sans-serif;
    font-size: 18px;
   text-rendering: optimizelegibility;
    line-height: 1.4em;}
*{ margin:0px; padding:0px;  text-align: justify; }
h2{ color: #0d65bf; font-weight:bold; font-size:24px}
#wrapper{ width:1000px; margin:auto; margin-top:50px;}
p{   }
li  {}

.background {
    background: #03A9F5;
    padding: 20px;
    margin-bottom: 21px;
}