html {
	/* Give #Cont room to fill the entire viewable height: */
	height: 100%;
}

body {
	background: #4C4B43 url(image/back.png);
	/* Give #Cont room to fill the entire viewable height: */
	height: 100%;
	color: #000000;
	
	font-size: 1.4em;
	font-family: Georgia, "Times New Roman"
}

#Cont {
	background: #F5F0D7 url(image/back_big.png);
	text-align: justify;
	width: 510px;
	min-height: 100%;
	margin: -0.4em auto;
	border-style: solid;
	border-color: #90996B;
	/* Specifying the width in ems causes the border image to be stretched: */
	border-width: 0 8px;
	-moz-border-image: url(image/bord.png) 0 8 0 8 repeat;
	-webkit-border-image: url(image/bord.png) 0 8 0 8 repeat;
	padding: 0.4em 1.4em;
}

a {
	color: #A35E47;
}

a:visited {
	color: #522E23;
}

a:active {
	color: #CCC7AB;
}

p {
	margin-top: 0;
}

.Banner {
	text-align: center;
}

p.Example {
	margin: 0 0 1em 1.4em;
	font-style: italic;
}

p.Date {
	text-align: center;
	font-weight: bold;
	font-size: 0.8em;
	font-family: Georgia, "Times New Roman"
}

h1 {
	text-align: center;
	margin: 0.5em 0;
	
	font-size: 150%;
	font-weight: bold;
}

h2 {
	font-size: 120%;
	font-weight: bold;
}

div.Menu {
	text-align: center;
	font-weight: bold;
	margin: 1em 0;
}

div.MenuSub {
	text-align: center;
	margin: 1em 0;
	font-size: 90%;
}

div.Menu a, div.MenuSub a {
	padding: 0 0.4em;
}

table {
	border-collapse: collapse;
	margin: 0 0 1em 1.4em;
	background: url(image/shade4.png)
}

thead {
	font-weight: bold;
	border-style: dashed;
	border-width: 1px 0 1px 0;
}

tfoot {
	border-style: dashed;
	border-width: 0 0 1px 0;
}

td.Empty {
	font-size: 0;
}

td {
	padding: 0.1em 0.1em 0.1em 1.4em;
	text-align: right;
}

td.Left {
	padding: 0.1em 0.1em 0.1em 0.1em;
	text-align: left;
}

ul {
	list-style-image: url(image/bullet.png);
}

ul li {
	margin-left: -14px;
	margin-bottom: 1em;
	padding-left: 0.4em;
}

