/*
 * Style Sheet for Remarks
 */

body {
    background-color:snow;
    margin:5px 0px 0px 0px;
    color:dimgray;
}

a {
    color:teal;
    text-decoration:none;
}

a:hover {
    color:mediumvioletred;
    text-decoration:underline;
}

img {
    margin:0px 5px 5px 0px;
    border-style:solid;
}

.table {
	font-size:10pt;
}

/* * * * *
 * Title *
 * * * * */

.title, .footer {
	margin:0px;
	width:500px;
	padding:10px;
	border-width:0px;
	background-color:mediumslateblue;
}

.title {
}

.footer {
	padding:3px 10px;
}

.title-font {
	font-size:12pt;
	color:hotpink;
}

.term-font {
	color:yellow;
}

/* * * * */


/* * * * * * * * * * * * * *
 * Each date and contents  *
 * * * * * * * * * * * * * */

.date {
	width:500px;
	margin:0px;
	padding:5px 10px;
	background-color:mediumaquamarine;
	color:navy;
}

.contents {
	width:500px;
	margin:0px 0px 5px 0px;
	padding:5px;
	color:darkbrown;
}

/* * * * * * * * * * * * * */
