﻿body {
	background: #f7ebcb;
	font-family: "Times New Roman", Times, serif;
	font-size: 120%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background-image: url('../background_texture.png');
	background-size: 1200px;
	background-repeat: repeat-y;
	width:1140px;
	padding-left:20px;
}
h1, h2, h3, h4, h5, h6 {
	color: #7a2b17;
	line-height: 1.1;
	margin: 0;
}

h1{text-align: center}
h2{border-bottom:2px solid tan}
p{line-height:1.4;margin:0;}
p.indent {text-indent: 1em;text-align: justify;}
.box{background-color:#fff;padding:16px;border-left:2px solid #000;border-right:2px solid #000;overflow:hidden;margin:16px 0}
table {border-collapse: collapse; font-size:16px;}
table td {border-bottom: 1px solid; border-top: 1px solid; padding:1px 20px 1px 1px;}
table tr:nth-child(odd) {background-color: #ffffef;}
div.twocolumn{column-count: 2;column-gap: 40px;break-after: avoid-column;}
