/*----------------- CSS Reset ------------------
----------------------------------------------*/
*{
padding: 0;
margin: 0;
fontsize: 100%;
font-weight: normal;
}

ul,
ol {
list-style: none;
}

b,
strong {
font-weight: bold;
}

img,
a img {
border: none;
}