body {
	margin-left: 2%;
	margin-right: 2%;
	background-color: #CCCCCC;
}

div.header {
	background-color: white;
	background-image: url('images/flag.jpg');
	background-position: left bottom;
	background-repeat: no-repeat;
	border: solid;
	border-color: black;
	text-align: center;
}

div.menuitem {
	background-color: black;
	width: 20%;
	float: left;
	color: white;
	text-align: center;
}

a.menuitem {
	color: white;
}

div.textarea {
	background-color: white;
	padding: 10px;
	border: solid;
	border-color: black;
	text-align: justify;
}

td.scheduletime {
	padding: 0 0 2px 0;
	vertical-align: top;
	width: 100px;
}

td.scheduledesc {
	vertical-align: top;
}

th {
	margin-left: 20px;
}

h1 {
	margin: 0.2em 0 0.2em 0;
}

h3 {
	margin: 0.2em 0 0.2em 0;
}

h4.itemheader {
	border-color: #FFFFFF;
	border: solid;
	border-width: 1px 0 0 0;
}