* {
	padding: 0;
	margin: 0;
	border: 0;
}

.clear {
	clear: both;
}

body {
	text-align: center;	
	font-family: Calibri, sans-serif;
	background-color: #0B5191;
}

#container {
	margin: 0 auto;
	width: 900px;
	border-left: 10px solid #78BEE7;
	border-right: 10px solid #78BEE7;
	background-color: #40A5DE;
}

a {
	color: white;
}

a:visited {
	color: silver;
}

a:hover {
	color: #D5D5D5;
}

h1 {
	width: 100%;
	line-height: 1.5;
	color: white;
	font-size: 2.8em;
}

h1 a {
	text-decoration: none;
}
h1 a:visited {
	color: white;
}
h1 a:hover {
	color: #EBEBEB;
}

h2 {
	color: #EBEBEB;
	line-height: 3;
}

.bottom {
	background-color: #9CAD1C;
}

.bottom h2 {
	background-color: #7F8E1A;
	border-bottom: 1px solid white;
}

.otherGames {
	width: 70%;
	margin: auto;
}

.otherGames h3,
.otherGames h4,
.otherGames h5 {
	float: left;
	margin: 5px;
	width: auto;
	height: 30px;
	line-height: 30px;
}

.funny {
	width: 50%;
	float: left;
	text-align: left;
}

.funny h2,
.funny p,
.funny ul {
	padding-left: 20px;
}

.funny p,
.funny ul {
	padding-top: 20px;
}

.funny ul li {
	padding: 0; margin: 0;
	line-height: 1.5;
	padding-bottom: 10px;
}

.funny a,
.funny a:visited {
	color: white;
}
