html,body,div,span,img,strong,
i,ul,li,footer,header,menu,nav {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
html {
    height: 100%;
}
html * {
    max-height:999999px;
}
body {
    height: auto;
    width: 100%;
    color: #333;
    line-height: 135%;   
    background-color: #EDF0EE; 
    float: left;
}
p {
    padding: 0 0 15px 0;
    margin: 0;
    border: 0;
    outline: none;
    font-size: 16px;
    vertical-align: baseline;
    background: transparent;
}
h1,h2,h3,h4,h5,h6 {
    font-weight: 500;    
    margin: 0;
    padding: 0 0 20px 0;
    border: 0;
    outline: none;
    vertical-align: baseline;
    background: transparent;
}
h1 {
    font-size: 32px;
}
h2 {
    font-size: 26px;
}
h3 {
    font-size: 22px;
}
h4 {
    font-size: 20px;
}
h5 {
    font-size: 18px;
}
h6 {
    font-size: 16px;
}
footer,header,menu,nav {
    display: block;
}
nav ul, ul {
    list-style: none;
}
a {
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: #FF1515;
    text-decoration: none;
    vertical-align: baseline;
    background: transparent;
}
a:hover {
    color: #333333;
    background: #C1C1C1 ;
    border-radius: 5px;
}
a, a:hover {
    -webkit-transition: all.4s ease;
    -o-transition: all.4s ease;
    transition: all.4s ease;
}