/*
 * Style Sheet for Remarks
 */

body {
    background-color:beige;
    margin:5px 0px 0px 0px;
    color:dimgray;
}

a {
    color:cornflowerblue;
    text-decoration:none;
}

a:hover {
    color:mediumvioletred;
    text-decoration:underline;
}

img {
    margin:0px 5px 5px 0px;
    border-width:1px;
    border-style:solid;
}

.table {
	font-size:10pt;
}

/* * * * * * * * * * * * * *
 * Each date and contents  *
 * * * * * * * * * * * * * */

    .date {
		width:500px;
        margin:0px;
        padding:5px 10px;
        background-color:firebrick;
        color:silver;
        text-align:left;
    }

    .contents {
	width:500px;
        margin:0px 0px 5px 0px;
        padding:5px 10px;
        color:dimgray;
        text-align:left;
    }
