body {
	height: 90%;
	background-color: #301834;
	font-family: georgia;
	color: white;
}
html {
	height: 90%;
}
h1 {
	display: inline-block;
	background-color: #FF85B3;
	border-radius: 8px 8px 0px 0px;
	padding: 5px;
	margin: 1px;
	font-family: arial black;
	line-height: 24px;
}
h2 {
	display: inline-block;
	background-color: white;
	border-radius: 8px 8px 0px 0px;
	padding: 2px;
	margin: 1px;
	font-family: arial black;
	color: #301834;
	line-height: 20px;
}
h3 {
	display: inline-block;
	background-color: white;
	border-radius: 8px 8px 0px 0px;
	padding: 2px;
	margin: 1px;
	font-family: arial black;
	color: #301834;
	line-height: 16px;
}
p {
	display: block;
	font-family: georgia;
	font-size: 14px;
	line-height: 13px;
	color: #FF85B3;
}
.update p {
	margin: 0px;
}
b, i, u {
	color: white;
}
a {
	color: #FFE898;
}
a:hover {
	color: white;
}
.nav p {
	text-align: justify;
}
.nav a {
	display: inline-block;
	background-color: #FF85B3;
	border-radius: 8px 0px 0px 8px;
	padding: 10px;
	margin: 1px;
	font-family: arial;
	font-size: 22px;
	color: #301834;
	text-decoration: none;
}
.nav a:hover{
	background-color: #FFE898;
}
.container {
	height: auto;
	width: 80%;
	margin: auto;
}
.header {
	color: #FFE898;
	font-weight: bold;
	text-align: center;
	font-size: 48px;
	margin-top: 16px;
	margin-bottom: 16px;
}
.nav {
	display: table;
	width: auto;
	max-width: 15%;
	height: auto;
	float: left;
	border-right: 1px solid white;
	text-align: right;
	padding-right: 10px;
}
.content {
	display: table;
	width: auto;
	height: auto;
	padding-left: 10px;
}
.update {
	float: right;
	display: inline-block;
	width:35%;
	height: 150px;
	text-align: justify;
	overflow: auto;
	border: 1px solid white;
	border-radius: 8px 0px 0px 8px;
	margin: 1px;
	padding: 5px;
}
.footer {
	clear: both;
	text-align: center;
	font-size: 12px;
	color: #FFE898;
}
  



