html {
	background: #1C1919
}

@font-face {
	font-family: 'Hobbiton';
	src: url(hobbiton.ttf);
}

a.no, a.gif {
	text-decoration: none;
}

h1.title {
	color: Bisque;
	text-align: center;
	text-shadow: 4px 4px black;
	line-height: 0px;
	font-family: 'Hobbiton';
	font-size: 40px;
}

h4.q {
	color:BurlyWood;
	text-align: center;
	text-shadow: 4px 4px black;
	line-height: 35px;
	font-family: 'Times New Roman';
}

hr {
	border-color: rosybrown;
	height: 2px;
	width: 800px;
	margin-bottom: 2px;
}

h6.buttons {
	font-size: 17px;
	font-family: 'Times New Roman';
	text-align: center;
	text-shadow: 3px 3px black;
	margin-top: 4px;
	margin-bottom: 0px;
	color: rosybrown;
}

h6 {
	font-size: 16px;
	color: Burlywood;
	text-align: center;
	text-shadow: 1px 1px black;
	font-family: 'Times New Roman';
}

h2 {
	font-size: 24px;
	text-align: center;
	color: DarkSalmon;
	text-shadow: 1px 1px Brown;
	font-family: 'Times New Roman';
}

img.w {
	vertical-align:middle;
}
