/****************************
 * Default LGFAQ stylesheet *
 ****************************
 * Last modified:           *
 * 2005-05-26 - colourized! *
 ****************************/

.toc li {
	font-size: x-large;
}

.toc li li {
	font-size: small;
	margin-left: 50px;
	list-style-type: none;
}

.smallprint {
	font-size: small;
	text-align: center;
}

.gamelist {
	text-align: center;
	border-width: 0 0 1px 1px;
	border-style: solid;
	border-spacing: 0;
	width: 100%;
}

.gamelist td, .gamelist th {
	border-width: 1px 1px 0 0;
	border-style: solid;
	margin: 0;
	padding: 4px;
}

.gamelist .gamename {
	text-align: left;
}

.maincontent {
	width: 95%;
	margin: 0 auto 0 auto;
	font-family: sans-serif;
	color: #fff;
	background-color: #36648b;
	padding: 5px 5px 5px 5px;
	border-style: solid;
	border-color: #fff;
}

a {
	color: #ddd;
}

a:hover { 
	color: #bbb;
}

h1 {
	text-align: center;
}

body {
	background-color: #77f;
	padding: 10px 0 10px 0;
	margin: 0;
}

h2 {
	border-style: solid;
	border-width: thin;
	border-left: none;
	border-right: none;
	width: 100%;
	background-color: #77f;
	/* I have no idea how this works. It just does. */
	padding: 5px 5px 5px 5px;
	margin: auto 5px auto -5px;
}

pre {
	border-style: solid;
	border-width: thin;
	background-color: #ccc;
	color: #000;
}

hr {
	display: none;
}
