/*
 * Style Sheet for Remarks
 */

body {
    background-color:snow;
    margin:5px 0px 0px 0px;
    color:dimgray;
}

a {
    color:orange;
    text-decoration:none;
}

a:hover {
    color:orangered;
    text-decoration:underline;
}

img {
    margin:0px 5px 5px 0px;
    border-style:solid;
}

.table {
	font-size:10pt;
}

/* * * * *
 * Title *
 * * * * */

.title, .footer {
	width:500px;
	margin:0px;
	padding:10px;
	border-width:0px;
	background-color:mediumslateblue;
}

.title {
}

.footer {
	padding:3px 10px;
}

.title-font {
	color:honeydew;
	font-size:12pt;
}

.subtitle-font {
	color:yellow;
}

.term-font {
	color:silver;
}

/* * * * */


/* * * * * * * * * * * * * *
 * Each date and contents  *
 * * * * * * * * * * * * * */

.date {
	width:500px;
	margin:0px;
	padding:5px 10px;
	background-color:khaki;
	color:brown;
	text-align:left;
}

.contents {
	width:500px;
	margin:0px 0px 5px 0px;
	padding:5px;
	color:darkolivegreen;
	text-align:left;
}

/* * * * * * * * * * * * * */

