div#contents h2 {
	margin: 2em 0 0 0;
	padding: 0.5em 0 0 0;
	color: #810000;
	font-size: 1.1em;
	border-top: 2px solid #810000;
	}
.notice {
	color: #FFFFFF;
	font-size: 1.2em;
	font-style: italic;
	font-weight: bold;
}
.highlight {
	font-weight: bold;
	font-size: 1em;
	padding: 0.25em 1em 0.5em 1em;
	border: 2px solid #892034;
	background: silver;
	}
div#click {
	padding: 0.1em;
	margin: 0.1em 0.1em 0.1em 1em;
	font-family: Arial, Helvetica, sans-serif;
	color: #FDB400;
	font-size: 1.1em;
	font-weight: bold;
	background: #810000;
	border: 1px solid #FDB400;
	width: 20em;
	}
div#click a {
	color: #fdb400;
	text-decoration: none;
	}
div#click a:link {
	color: #fdb400;
	text-decoration: none;
	}
div#click a:visited {
	color: #fdb400;
	text-decoration: none;
	}
div#click a:focus {
	color: #fdb400;
	text-decoration: none;
	}
div#click a:hover {
	color: #810000;
	}
div#click a:active {
	color: #fdb400;
	text-decoration: none;
	}	
div#click:hover {
	color: #810000;
	background: #fdb400;
	}
div#click:hover a{
	color: #810000;
	background: #fdb400;
	}
div#notice {
	padding: 0.1em;
	margin: 0.1em 2em 0.1em 2em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	background: silver; 
	border: 1px solid black;
	width: 90%;
	}