body {
	text-align: center;

	font-family: "Lucida Sans Unicode", sans-serif;
	font-size: 1rem;
	
	color: black; 
	background-color: silver;
	margin: 0 0 0 0;
	padding: 0 0 0 0;

}

#container {
	width: 800px;
	text-align: left;
	margin: 0 auto;
}

#main-content {
	float: right;
	width: 780px;
	background-color: white;
	padding-left: 10px;
	padding-right: 10px;
	
	border-color: gray;
	border-style: solid;
	border-width: 2px;
}

.semiline hr{

	border-style: none;
	border-top-style: solid; 
	border-top-color: silver;
	border-top-width: thin;
	margin-left: 20%;
	margin-right: 20%;
}

.thickline hr{
	border-style: none;
	border-width: medium; 
	border-color: gray; 
	border-top-style: solid;
	
}


dd {
	font-size: .8rem;
	margin-bottom: .1rem;
}

dt {
	margin-top: 1rem;
	margin-bottom: .1rem;
}

li {
	font-size: .8rem;
	margin-bottom: .1rem;
}

table {
	border-width: 2px;
	border-style: solid; 
	border-color: gray;	
	border-collapse: collapse;
	
}

td, th {
	border-collapse:collapse;
/*
	font-size:1.2rem;
*/
	border-width: 1px;
	border-style: solid;
	border-color: gray;
}

tr {
/*
	font-size: .8rem;
	margin-bottom: .1rem;
	text-align: center;
*/
}


.table p{
	margin: inherit;
	padding: inherit;
}


th {
	text-align: center;
}

h2 {
	text-align: center;
}

h4 {
	text-align: center;
}

hr {
	border-style: none;
	border-top-style: solid;
	color: gray;
}

p {
}
