/* standard elements */
html {min-height: 100%;}

* {
	margin: 10;
	padding: 0;
}

a {
text-decoration:none;
color: #963;
}

a:hover {
color: #C60;
}

body {
	background: #CCD8E0 url(background_tile.jpg);
	color: #444;
	font: normal 1.2em Tahoma,sans-serif;
}

p,code,ul {padding-bottom: 1.5em;}

li {list-style: none;}

h1 {
	font: normal 1.8em Tahoma,sans-serif;
	margin-bottom: 4px;
}

.games {
	color: #675d1c;
	font-family: "Courier New", Courier, monospace;
	background: #fffbe0;
	border: 1px solid #ffe95a;
	font-size: 85%;
	margin: 0 auto;
	margin-bottom: 1px;
	overflow: auto;
	padding: 25px;
}

.games h3 {
    margin: 0 0 0.5em 0;
    font: normal 135%/1 arial,sans-serif;
    letter-spacing: -0.03em;
    clear: left;
    color: #4E463F;
} 	