@import"layout.css";
@import"text.css";

/*---Default---*/

* {
margin: 0;
padding: 0;
}

body {
text-align: center;
}

img {
border: none;
vertical-align: bottom;
}

ul,li {
list-style: none;
}

.clear {
clear: both;
}

.clear hr {
display: none;
}