

		#cnt {
			width: 600px;
		}
		.session {
			padding: 10px;
		}
		.session #left {
			float:left;
			width: 420px;
			margin-right:20px;
		}
		.session #right {
			float:right;
			width: 140px;
		}
		.session #right p {
			font-size: 100%;
			font-style:italic;
		}
		h1 {
			font-weight:normal;
			color:#C92420;
			font-size:190%;
			padding:0.5em 0;
		}
		h3 {
			font-weight:normal;
			color:white;
			font-size:150%;
			padding:0.5em 0;
		}
		h3 em {
			font-size:70%;
		}
		h4 {
			color: white;
			display: block;
			margin-bottom: 1px;
		}
		p {
			margin-bottom: 20px;
		}

		b, strong {
			color:#C92420;
		}
		.blackbold {
			font-weight: bold;
			color: black;
		}
		ul {
			margin: 10px 0 20px 40px;
		}
		.small {
			font-size: 100%;
		}
		a.linkis {
			text-decoration: none;
			border-bottom: 1px dotted black;
		}
		a.linkis2 {
			color: black;
			text-decoration: none;
			border-bottom: 1px solid black;
		}
		a.linkis2:hover {
			color: black;
			text-decoration: none;
			border-bottom: 2px solid black;
		}

