body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	color: #333;
	background-color: #eee;
	}
td,th {
	font-size: 15px;	
	text-align: left;
	vertical-align: top;
}
th {
	font-weight: 500;
}
a {
	font-size: 15px;
	text-decoration: none;
	font-weight: 500;
	color:  #999;
	outline: none;
	}
a:visited {
	color:  #666;
	}
a:active {
	color:  #000;
	}
a:hover {
	color: #000;
	text-decoration: underline;
	}
strong, b {
	font-weight: 500;
	}
hr {
	border:solid #ddd 0px;
	color: #ddd;
	background-color: #ddd;
	height: 1px;
}
p {
	font-size: 15px;
	line-height: 18px;
	margin-top: 5px;
	margin-bottom: 5px; 
	}
h1 {
	font-family: 'Patua One', sans-serif;
	font-size: 36px;
	line-height: 44px;
	font-weight: 400;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	}
h2 {
	font-family: 'Roboto', sans-serif;
	font-style: italic;
	font-size: 21px;
	color: #999;	
	line-height: 20px;
	font-weight: 300;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;	
	}
h3 {
	font-family: 'Patua One', sans-serif;
	font-size: 19px;
	color: #093;
	line-height: 20px;
	font-weight: 400;
	margin-top: 20px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;	
	}
h4 {
	font-size: 14px;
	line-height: 26px;
	font-weight: 500;
	margin-top: 0;
	margin-bottom: 0;
	}
h5 {
	font-size: 12px;
	line-height: 22px;
	font-weight: 500;
	margin-top: 0;
	margin-bottom: 0;
	}
h6 {
	font-size: 10px;
	line-height: 18px;
	font-weight: 500;
	margin-top: 0;
	margin-bottom: 0;
	}
img {
	border: 0;
	}
img.thumbnail {
	float: left;
	margin-right: 10px;
	margin-top: 10px
}
#navi {
	float: left;
	padding: 10px;
	margin: 10px;
	background: #fff;
	border: 1px solid #ddd;
	border-right: 2px solid #ddd;
	border-bottom: 2px solid #ddd;
	width: 270px;
	position: fixed;
	left: 10px;
	top: 10px;
	}
#content {
	float: left;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	background: #fff;
	border: 1px solid #ddd;
	border-right: 2px solid #ddd;
	border-bottom: 2px solid #ddd;
	width: 640px;
	position: absolute;
	left: 320px;
	top: 10px;
	}
pre {
	font-size: 15px;
	line-height: 22px;
	margin-top: 20px;
	margin-bottom: 10px; 
	}
ul {
	margin: 0px;
	padding: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 15px;
	list-style-position: outside;
	}
a.navi {
	text-decoration: none;	
	font-size: 15px;	
	color: #333;
	line-height: 25px;
	font-weight: 500;
	margin-top: 20px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;	
	}
a.h3link {
	font-family: 'Patua One', sans-serif;
	font-size: 19px;
	color: #093;
	line-height: 20px;
	font-weight: 400;
	margin-top: 20px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;	
	}
table.publication {
	border: 0px;
	border-spacing: 0px;
	}