﻿
body, ul, li, p {
    margin: 0;
    padding: 0;
}

ul {
    list-style-type: none;
}

body {
    font-family: "Times New Roman", Times, serif;
}

#box {
    position: relative;
    width: 970px;
    height: 270px;
    margin: 10px auto;
}

