body {
	background-color: white;
}

.notice {
    color: #c2861b;
    font-family: "Trebuchet MS", Trebuchet, Verdana, Arial;
    font-size: 13px;

    line-height: 1.5;

    border-top: 2px solid;
    border-bottom: 2px solid;

    background-color: #fcfce1;
    border-color: #fc0;

    border-top-color: #fc0;
    border-bottom-color: #fc0;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 15px;
    padding-bottom: 15px;

    margin: 40px;
}

.notice a {
  background: transparent;
}

.notice a:link {
    color: #777777;
}

.notice a:visited {
    color: #aaaaaa;
}

.notice a:hover {
    color: blue;
    cursor: pointer;
    cursor: hand;
}

.date {
    font-weight: bold;
    color: blue;
}

li { 
    margin-top: 0.6em; 
}
