/*
This file is licensed under the AGPL 3.0 or later.
*/

body {
	font-family: "Courier New", Courier, monospace;
}

#body {
	width: 95%;
}

#header {
	width: 90%;
	text-align: left;
	font-size:3vw;
}
#content {
	width: 78%;
	float: left;
	font-size: larger;
}

#content img {
  max-height: 400px;
  max-width: 98%;
}

#sidebar {
	width: 18%;
	float: right;
	font-size: larger;
}

#footer {
	width: 90%;
	text-align: center;
	clear: both;
	font-size: smaller;
}
