﻿h1 {
	text-align: center;
	font-family: "monotype corsiva";
	font-style: normal;
	font-weight: 400;
	font-size: 100px;
	color: #7C4D17;
}

body {
	background: url(grey_and_white_stripes_by_nekokiseki-d6xq0og.png);
	font-family: stencil-std;
	font-style: normal;
	font-weight: 400;
}

#link ul {
	font-size: 20px;
	font-family: stencil-std;
	list-style-type: none;
}

#link ul li {
	display: inline;	
}

#link ul li a {
	color: #FBEFEF;
	text-decoration: none;
	padding: .2em 1em;
	background-color: #8A0808;
}

#link ul li a:hover {
	color: #8A0808;
	background-color: #FBEFEF;
}

footer
{

	max-width: 980px;
	text-align: left;
    margin: auto;
	opacity: 1;
	font-family:"Stencil", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-style:bold;
	font-size: 1em;
	color: #111111;
}

article {
	font-size: 20px;
}

img {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
