@charset "utf-8";

html {
    font-size: 100%;
}
body {
    background-color: #f0f0f0;
    color: #333;
    font-family: 'Times New Roman', Times, serif;
}
li {
    list-style: none;
}
a {
    color: #333;
    text-decoration: none;
}