html{
	background:silver;
}
body{
	background-color: rgb(240,240,240);
	font-family:Comic Sans MS, courier, "Courier New", Georgia, serif;
	border:1px outset gray;
	border-top:0;
	padding:1em;
	max-width:50em;
	margin-top:0;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:1em;
	position:relative;
	-moz-border-radius:0 0 0.7em 0.7em;
}
img, object{
	max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
}
}
ul{
	text-align:left;
}
li{
	font-family:Georgia, Times New Roman, courier, "Courier New", Georgia, serif;
}

#header1{
	text-align:center;
	font-family:cursive, Georgia, Times, serif;
	color:gray;
}

div.hr {
	text-align:center;
}

.center_this{
	text-align:center;	
}

.c{
	text-align:center;	
	font-size:0.8em;
	color: gray;
	padding: 1em 1em 0.2em 1em;
}

.pre{
	font-size:0.9em;
	font-family:courier, "Courier New", Georgia, serif;
	white-space:pre;
}

#menu{
	font-weight:bold;
}