@charset "utf-8";
body h1 {
        background-color: #90EBA0;
        width: 1000px;
        margin-left: auto;
        margin-right: auto;
}

body ul li {
        font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
        font-size: 150;
        background-color: #90EBA0;
}
body hr {
	background-color: #90EBA0;
}
