﻿@charset "utf-8";

body {
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    background-color: #fffaf0; /*floralwhite*/
    background-image: url('../gif_etc/backg.gif');
    background-repeat: repeat-y;
    background-position: right;
    color: #FFA500; /*orange*/
}

.date {
    color: red;
    text-align: center;
}
