
* {
margin: 0px;
padding: 0px;
}
html, body {
background-color: #fff;
color: #000;
font: 13px/17px arial, sans-serif;
}
img {
border: none;
}
a {
color: #000;
text-decoration: none;
}
li {
list-style-type: none;
}
.hide {
display: none;
}
.unhide {
display: block;
}
.cl {
clear: both;
}



