@charset "utf-8";
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFF00;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFF00;
	text-decoration: none;
	text-shadow: 2px 2px 2px red;
}
h4 {
	font-family: Tahoma;
	font-size: 18px;
	color: #FFFFFF;
}
body {
	background-image: url(graphics/Background_2.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center top;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFF00;
	text-decoration: none;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FFFFFF;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFF00;
	text-transform: capitalize;
	text-decoration: underline;
}

.mainsection li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.mainsection table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.mainsection {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.story {
	font-family: "Comic Sans MS";
}

.tucked-corners {
	position: relative;
	box-shadow: 0 1px 25px hsla(0,0%,0%,.2);
	width: 90%;
	top: 0px;
	right: 0px;
	background-color: #666666;
}
.tucked-corners:before,
.tucked-corners:after {
	background: #d2d2d2;
	content: '';
	width: 100px;
	height: 50px;
	position: absolute;
	top: -25px;
	box-shadow: 0 5px 10px -7px hsla(0,0%,0%,.5);
}
.tucked-corners:before {
	left: -50px;
	transform: rotate(-45deg);
}
.tucked-corners:after {
	right: -50px;
	transform: rotate(45deg);
}
