body {
	background-color;snow;
	margin:0px 0px 0px 0px;
	color:navy;
	font-size:10pt;
}

a {
	color:mediumvioletred;
	text-decoration:none;
}

a:hover {
	color:blue;
	text-decoration:underline;
}

img {
//	margin:0px 5px 5px 0px;
}

p {
	margin:0px;
	padding:5px 0px 10px 0px;
}

td {
	font-size:10pt;
}

/* * * * *
 * Title *
 * * * * */

.title, .footer {
	margin:0px;
	padding:10px;
	width:500px;
	text-align:left;
	background-color:royalblue;
}

.title {
	border-width:0px;
}

.footer {
	border-width:0px;
}

.title-font {
	color:yellow;
	font-size:12pt;
}

.subtitle-font {
	color:snow;
}

.term-font {
	color:whitesmoke;
}

.copyright {
	text-align:left;
}

/* * * * */


/* * * * * * * * * * * * * *
 * Each date and contents  *
 * * * * * * * * * * * * * */

.date {
	width:500px;
	margin:0px;
	padding:5px 10px;
	background-color:orange;
	color:white;
	text-align:left;
}

.contents {
	width:500px;
	margin:0px 0px 5px 0px;
	padding:5px;
	text-align:left;
}

.sub_menu {
	margin:0px 0px 5px 0px;
	color:forestgreen;
	text-decoration:underline;
}

/* * * * * * * * * * * * * */

