body,td,th {
    font-family: Verdana;
    color: #000080;
}
body {
    background: #b1e2fb url(images/ffl2back2blur.jpg);
    padding: 0;
    margin: 10px 0 0 0;
}
p {
    padding: 0;
    margin: 0;
}
h1 {
    font-size: 60px;
    font-family: "Story Script", sans-serif;
    font-weight: 400;
    font-style: normal;
    padding: 10px 0 25px 0;
    text-align: center;
    width: 454px;
    margin: 0 auto;
    position: relative;
    top: 10px;

    text-shadow:
        -3px -3px 0 #b1e2fb,
         0px -3px 0 #b1e2fb,
         2px -3px 0 #b1e2fb,
        -3px  0px 0 #b1e2fb,
         3px  0px 0 #b1e2fb,
        -3px  3px 0 #b1e2fb,
         0px  3px 0 #b1e2fb,
         3px  3px 0 #b1e2fb;
}
h1 img {
    position: relative;
    top: 10px;
    margin: 0 10px;
}
h2 {
    font-size: 32px;
    font-family: "Story Script", sans-serif;
    font-weight: 400;
    margin: 0;
    padding: 0 0 10px 0;
}
.gallery {
    width: 840px;
    padding: 15px 30px;
    box-sizing: border-box;
    border: solid 1px #a7cfe7;
    margin: 20px auto 20px auto;
    border-radius: 10px;
	background:#BDE3FB no-repeat top left/100% 50px;

	background-image:-moz-linear-gradient(top,#d4edfd 0%,#BDE3FB 100%);
	background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#d4edfd),color-stop(100%,#BDE3FB));
	background-image:-webkit-linear-gradient(top,#d4edfd 0%,#BDE3FB 100%);
	background-image:-o-linear-gradient(top,#d4edfd 0%,#BDE3FB 100%);
	background-image:-ms-linear-gradient(top,#d4edfd 0%,#BDE3FB 100%);
	background-image:linear-gradient(to bottom,#d4edfd 0%,#BDE3FB 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d4edfd',endColorstr='#BDE3FB',GradientType=0);
}
.gallery a {
    display: inline-block;
    margin: 0 5px 8px 0;
    vertical-align: top;
}
.gallery a img {
    border: 2px solid #0000ff;
}
.gallery a:hover img {
    border: 2px dotted #0099FF;
}


/* Game Navigation */

.pageNav {
    text-align: center;
    margin: 10px 0;
	font-family: Arial, Helvetica, sans-serif;
}
.pageNav a {
    display: inline-block;
    border: 2px solid #96b4ff;
    background-color: #b9ccff;
    color: #1641aa;
    font-weight: bold;
    text-decoration: none;
    padding: 8px 12px 6px 50px;
    margin: 0 4px 7px 4px;
    font-size: 17px;
    border-radius: 7px;
    position: relative;
}
.pageNav a:hover {
    border-color: #cfca6e;
    background-color: #fbf482;
    color: #706900;
}
.pageNav a:nth-child(1) {
    padding-left: 40px;
}
.pageNav .current {
	border-color: #5c87f0;
	background-color: #1641aa;
	color: #eff3ff;
    pointer-events: none;
}
.pageNav a img {
    position: absolute;
    top: 0;
    left: 10px;
}
.pageNav a:nth-child(2) img {
    top: 3px;
}
.pageNavBottom {
    margin-top: 15px;
    margin-bottom: 40px;
}