.marginauto {
	margin: 10px auto 20px;
	display: block;
}
@font-face {
	font-family: "Didot";
	src: url("/css/Didot.ttf");
}
@font-face {
	font-family: "DidotItalic";
	src: url("/css/DidotItalic.ttf");
}
.DidotLTProRoman {
	font-family: "DidotLTPro-Roman";
	font-weight: normal;
	font-size: 20px;
	color: rgb(127,127,127);
}
.page-header {
	display: block;
}
.page-body {
	margin-left: 30px;
	font-family: "DidotLTPro-Roman";
	font-weight: normal;
	font-size: 20px;
	color: rgb(127,127,127);
}
.titlebar {
	overflow: hidden;
	background-color: #white;
	display: table;
}
.title1 {
	font-family: "DidotLTPro-Roman";
	font-weight: normal;
	color: rgb(127,127,127);
	font-size: 60px;
	margin-left: 30px;
}
.title2 {
	font-family: "DidotLTPro-Italic";
	font-weight: normal;
	color: rgb(127,127,127);
	font-size: 60px;
	margin-left: 30px;
}
.navbar {
	font-family: "DidotLTPro-Roman";
	font-weight: normal;
	font-size: 20px;
	overflow: hidden;
	background-color: rgb(127,127,127);
	width: 100%;
	margin-top: 20px;
	margin-left: 24px;
	margin-bottom: 20px;
}
.navbar a {
	float: left;
	display: block;
	color: #f2f2f2;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
}
.navbar a:hover {
	background: #ffffff;
	color: rgb(127,127,127);
}
.user-cannot-see {
	desplay:none
}

