﻿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;
	width: 60px;	
}

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

#link ul li a:hover {
	color: #BDBDBD;
	background-color: #585858;
}

#link2 ul {
	font-size: 25px;
	list-style-type: none;
	margin-left: 0;
	padding: 0;
	font-family: stencil-std;
	font-style: normal;
	font-weight: 400;
}

#link2 li a {
	display: inline;
	width: 150px;
}

#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;
}

h1 {
	color: #585858;
	font-size: 40px;
	font-family: stencil-std;
	font-style: normal;
	font-weight: 400;
}

#table {
	border: double;
	font-size: 15px;
	font-family: stencil-std;
}

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