body{
margin: 0;
font-family: 'Open Sans', Helvetica, sans-serif;
font-size: 15px;
font-weight: 400;
line-height: 22px;
background: #f5f5f5;
background-image: url(/images/system/4516516512.png);
    background-size: 100%;
    background-attachment: fixed;
    background-repeat: repeat;
}

h1 {
    font-size: 22px;
    font-weight: 500;
    line-height: 36px;
    margin: 0;
	text-align:center;
}

h2, h3, h4, h5, h6 {
    font-size: 22px;
    font-weight: 500;
    line-height: 32px;
    margin: 0;
}

ul{
padding: 0 16px;
}

li{
padding:0;
margin:16px 0;
}

input{
font-size: 15px;	
}

select{
font-size: 15px;	
}