		h1.title {
			font-size:24px;
			font-weight:bolder;
		}
		h2 {
			font-size:16px;
			font-weight:bolder;			
		}
		h3 {
			font-size:12px;
			font-weight:bolder;	
			color:#303030;		
		}
		div#hd {
			min-height:60px;
			border-bottom:2px dashed #303030;
			padding-top:15px;
			margin-bottom:15px;
		}
		div#mmain {
			border-right:2px dashed #303030;
			min-height:650px;
			padding-right:20px;
		}
		div#ft {
			min-height:30px;
			border-top:2px dashed #303030;
			padding-top:15px;
			margin-top:15px;
			background-color:#e0e0e0;
		}
		p {
			margin-bottom:10px;
		}
		img {
			margin-right:10px;
		}
		td {
			padding-bottom:5px;
		}
		a.title,a.title:visited{
			text-decoration:none;
			color:#303030;			
		}
