h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}

/* Font used is 'Fontin Bold' - A font by Jos Buivenga (exljbris) -> www.exljbris.nl */
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on October 16, 2010 */
@font-face {font-family:
    'Fontin Bold';
    src:
    url('../Fonts/Fontin/fontin_bold-webfont.eot');
    src:
    local('☺'), url('../Fonts/Fontin/fontin_bold-webfont.woff') format('woff'), url('../Fonts/Fontin/fontin_bold-webfont.ttf') format('truetype'), url('../Fonts/Fontin/fontin_bold-webfont.svg#webfonttPIyPLDk') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    margin: 0;
    padding: 0;
    background-color: #07153b;
    font-size: 18px;
    font-family: "Fontin Bold", "Comic Sans MS", Tahoma, Arial, sans-serif;
    color: #ffffff;
    line-height: 1.4;
}

#gamepage {
    width: 800px;
    text-align: center;
    margin: 0 0 0 100px;
    padding: 0px;
    background-color: #07153b;
    color: #ffffff;
}

#gamepage p {
    clear: both;
    color: #ffffff;
    text-align: left;
    padding: 0px 70px 0px 70px;
}

#gamepage a, a:link, a:visted {
    text-decoration: underline;
    color: #9ab6dc;
}

#gamepage a:hover, a:active {
    background-color: #9ab6dc;
    text-decoration: none;
    color: #07153b;
}

#gamepage p.moregames {
	clear: both;
	font-size: 22px;
	text-align: center;	
}

h2 {
    text-align: center;
    padding: 20px 0;
}

h4 {
    padding: 5px 20px 5px 10px;
}

#header {
    text-align: center;
    padding: 0px;
    margin: auto;
    background-color: #07153b;
    height: 388px;
    width: 800px;
}

div#footer {
    clear: both;
    text-align: center;
    width: 800px;
}

#footer table {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

#footer p, td {
    font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
    color: #ffffff;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.4;
}

#footer td.line {
    vertical-align: top;
    text-align: center;
    border-bottom: 1px solid #9ab6dc;
    /*width: 33%;*/
}

#footer td {
    vertical-align: top;
    text-align: center;
}

.footerlinks {
    margin: 0px 0 0 0;
    font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.4;
    padding: 20px 0 20px 0;
}

#footer a, a:link, a:visited {
    text-decoration: underline;
    color: #9ab6dc;
}

#footer a:hover, #footer a:active {
    background-color: #9ab6dc;
    text-decoration: none;
    color: #07153b;
}

