.size-6 { font-size:8px; }
.size-5 { font-size:9px; }
.size-4 { font-size:10px; }
.size-3 { font-size:11px; }
.size-2 { font-size:12px; }
.size-1 { font-size:13px; }
.size0  { font-size:16px; }
.size1  { font-size:18px; }
.size2  { font-size:20px; }
.size3  { font-size:22px; }
.size4  { font-size:24px; }
.size5  { font-size:26px; }
.size6  { font-size:28px; }
.size7  { font-size:36px; }
.size8  { font-size:38px; }
.size9  { font-size:48px; }
.size10 { font-size:64px; }
.size11 { font-size:72px; }

.wide { letter-spacing:25px; }
.title { width:80%; font-size:48px; text-align:center; margin:20px auto; }
.subject { width:80%; text-align:justify; }

body {
	text-align:center;
	background-color:gainsboro;
}

#page, #frontpage {
	width:800px;
	margin-left:auto;
	margin-right:auto;
	background-color:ivory;
	border:#aaa 1px solid;
	border-radius:15px;
	font-family:'Sorts Mill Goudy', serif;
	font-size:1em;
}

#frontpage div {
	margin:30px auto;
}

div.singlelinedivider {
	height:5px;
	width:75%;
	margin-left:auto;
	margin-right:auto;
	border-bottom:black 1px solid;
}

div.doublelinedivider {
	height:5px;
	width:75%;
	margin-left:auto;
	margin-right:auto;
	border-bottom:black 1px solid;
	border-top:black 1px solid;
}

.vspacer {
	margin:30px auto;
}

a {
	color:black;
	text-decoration:none;
}

a:hover {
	color:black;
	text-decoration:underline;
}

div.imagerow {
	position:relative;
	margin:10px auto;
}

div.imagelink {
	width:200px;
	height:300px;
	border:#aaa 1px solid;
	border-radius:15px;
	background-color:white;
	display:inline-block;
	margin:0 10px;
	vertical-align:top;
	font-size:28px;
	cursor:pointer;
}

div.imagelink:hover {
	background-color:rgba(0,0,0,0.1);
}

.document {
	width:90%;
	height:800px;
	margin-bottom:20px;
}