body {
	background-color:snow;
	margin:0px 0px 0px 0px;
	color:dimgray;
}

a {
	color:crimson;
	text-decoration:none;
	}

a:hover {
	color:green;
	text-decoration:underline;
}

p {
/*	margin:0px 0px 5px 0px; */
}

table {
	font-size:10pt;
}

/* * * * *
 * Title *
 * * * * */

.title, .footer {
	background-color:royalblue;
}

.title {
	width:500px;
	margin:0px;
	padding:10px;
	border-width:0px;
}

.footer {
	width:500px;
	margin:0px;
	padding:3px;
	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:lightskyblue;
	color:orangered;
	text-align:left;
}

.contents {
	width:500px;
	margin:0px 0px 5px 0px;
	padding:5px;
	color:royalblue;
	text-align:left;
}

/* * * * */

.place {
	color:brown;
}
