div.head {
	background-color: Background;
	font-size: x-large;
	text-align: center;
}

div.body {
	background: Window;
	font: Arial Black;
	color: Black;
	text-align: left;
	font-size: medium;
	margin-left: 10%;
	margin-right: 10%;
}

div.code{
	background: Silver;
	border: thin;
	border-style: solid;
	border-color: Gray;
	color: Black;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: left;
	font-size: small;
}

pre{
	background: ButtonFace;
	color: Black;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: left;
	font-size: small;
}

div.caption{
	text-align: center;
	margin-bottom: 100%;
	background: Background;
	width: 50%;
	color: Window;
}

div.bottom{
	font-size:0.8em;
	display:block
	background-color:  Background;
        color: Window;
        margin-top:0.0em;
	margin-bottom:0.0em;
	margin-left:0.0em;
	margin-right:0.0em;
        height:3.0em;
	width:100%;
	text-align:center;
	bottom: auto;
	position: static;
}
