@import url(//fonts.googleapis.com/css?family=Alegreya:400italic,700italic,400,700&subset=latin,latin-ext);

html
{
	background-color:white;
}

body
{
	box-sizing:border-box;
	margin:0 auto;
	width:100%;
	padding:10px;
	max-width:900px;
	background-color:white;
	font-family:'alegreya', "Times New Roman", Times, serif;
	font-size:19px;
	line-height:23px;
}
button,input,textarea
{
	font-family:'alegreya', "Times New Roman", Times, serif;
	font-size:100%;
}
select
{
	font-family:'alegreya', "Times New Roman", Times, serif;
	font-size:85%;
}

button
{
	padding:3px 20px;
	margin:5px;
	border:2px solid black;
	background-color:orange;
	color:black;
	border-radius:10px;
	cursor:pointer;
}
button:hover
{
	color:white;
}
button:disabled
{
	background-color:#ccc;
	color:#888;
	border:2px solid #ccc;
	cursor:arrow;
}
button.depressed
{
	border:5px solid red;
}

i
{
	font-style:italic;
}

sup
{
	font-size:65%;
	vertical-align:super;
}

a
{
	color:#a13223;
}

a:visited
{
	color:#a13223;
}

a:hover,a i:hover
{
	background-color:yellow;
}

a.img,a.img:hover
{
	background-color:inherit;
}

b
{
	font-weight:bold;
}

h1
{
	text-align:center;
	padding:15px;
	margin:0 auto;
	font-size:200%;
	line-height:40px;
	font-weight:bold;
	clear:both;
}

h1~p.center
{
	margin-top:-10px;
}

h2
{
	text-align:center;
	padding:10px 0;
	font-size:150%;
	line-height:30px;
	font-weight:bold;
}

h3
{
	text-align:center;
	padding:5px;
	max-width:75%;
	margin:40px auto 20px auto;
	border-top:1px solid black;
	border-bottom:1px solid black;
	font-size:130%;
	line-height:26px;
	font-style:italic;
	text-transform:uppercase;
}

p
{
	text-align:left;
	margin-bottom:14px;
}

.left
{
	text-align:left;
}

.right
{
	text-align:right;
}

ul
{
	list-style:disc inside;
	margin-left:10px;
}
ul ul
{
	margin-left:30px;
}
ul li
{
	padding-left:40px; text-indent:-40px;
}

img
{
	max-width:100%;
	border:1px solid black;
	margin:4px;
}
img.left
{
	float:left;
	margin-right:10px;
}
img.right
{
	float:right;
	margin-left:10px;
}

a.img img
{
	border:2px solid #a13223;
}
a.img:hover img
{
	border:2px solid yellow;
}

.center
{
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

.small
{
	font-size:75%;
}

.footer
{
	margin-top:25px;
	text-align:center;
	font-size:75%;
	color:#ccc;
}
.footer a
{
	color:#ccc;
}
