  html {
    background-color: rgb(213, 213, 213);
  }

  body {
    margin-left: 0.5em;
    margin-right: 0.5em;
    border: 1px solid black;
    border-radius: 1.5em;
    padding: 1em 1em;

	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 10pt;

    background-color: white;
  }

h1 {
	font-family: Trebuchet MS, Verdana, Sans-Serif;
	text-align: center;
	background-color: rgb(59, 127, 200);
	color: white;
	border-radius: 0.7em;
	border-radius: 0.7em;
	padding: 0.5em 1em;
}

h2 {
	text-align: center;
	font-size: large;
	font-weight: bold;
}

div.lastmodified {
	text-align: center;
	font-style: italic;
	margin-bottom: 1em;
}

div.floatingbox {
	float: right;
	margin-left: 1em;
	margin-bottom: 1em;
	text-align: center;

	background-color: #FFDD7B;
	border: 1px solid #959596;
    border-radius: 20px;
}

div.floatingphoto {
	text-align: center;
	float: right;
	margin-right: 10px;
	margin-top: 1em;
	padding: 10px 10px;
	border: 1px solid #959596;
}

div.floatright {
	float: right;
}

div.floatleft {
	float: left;
}

img {
	border: 0px;
}
