#wrapper {
	width: 90%;
	margin: auto;
}

/* MENUBAR */

nav ul {
float:left;
width:100%;
padding:0;
margin:0 0 30px 0;
list-style-type:none;
}

nav ul li a {
float:left;
text-decoration:none;
color:#fff;
width:18.8%;
background-color:#666;
padding:0.2em;
border-right:1px solid white;
text-align:center;
}

/* MENUBAR LINKAGE */

nav ul li a:hover {background-color:#fff; color:#888; font-weight:900;}
nav ul li a.last {border-right:none;}
nav li {display:inline;}

/* DETAILS */

section details hr {
	width:50%;
	text-align:center;
}

main section details summary.SummaryTitle {
	text-align:right;
}

/* OTHER */

h2.SubTitle {
	margin-top:-0.8em;
	text-align:center;
	font-size:1em;
}

.RightFloat {
	float: right;
	width: 40%;
	margin-left: 1em;
}

li.BlueFont {
	color: blue;
}