body {
    background-color:snow;
    margin:0px 0px 0px 0px;
    color:dimgray;
}

a {
    color:teal;
    text-decoration:none;
}

a:hover {
    color:orangered;
    text-decoration:underline;
}

p {
/*	margin:0px 0px 5px 0px;*/
}

table {
	font-size:10pt;
}

/* * * * *
 * Title *
 * * * * */

.title, .footer {
    background-color:orangered;
}

.title {
    width:500px;
    margin:0px;
    padding:10px;
    border-width:0px;
}

.footer {
    width:500px;
    margin:0px;
    padding:3px 10px;
    border-width:0px;
}

.title-font {
    color:white;
	font-size:12pt;
}

.subtitle-font {
    color:yellow;
    font-size:10pt;
}

.term-font {
    color:silver;
    font-size:10pt;
}

/* * * * */


/* * * * * * * * * * * * * *
 * Each date and contents  *
 * * * * * * * * * * * * * */

.date {
	width:500px;
    margin:0px;
    padding:5px 10px;
    background-color:orange;
    color:seagreen;
    text-align:left;
}

.contents {
	width:500px;
    margin:0px 0px 5px 0px;
    padding:5px 10px;
    color:darkgreen;
    text-align:left;
}

/* * * * * * * * * * * * * */

img {
    margin:0px 5px 5px 0px;
}
