body {
    font-family: arial;
    }
h1 {    
    background-color:#ffcc00;
    border: 1px solid;
    color:#990000;
    text-align: center;
    }
i {
    color:blue;
}

table {
    background-color: #cccccc;
    border: 1px  solid
    }

td {
    border: 1px;
    text-align: center;
    }
p {
    color:black;
    text-indent: 20px;    
    }

.notice {
    color:#990000;
    text-indent: 20px;    
    }