<!--

body {
	margin: 0px;
	background-color: #000000;
	color: #cccccc;
	font-family: Arial;
	}

table {
	width: 100%;
	margin-bottom: 10px;
	padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px;
	}
td {
	vertical-align: top;
	padding: 0px;
	color: #cccccc;


/* Page Sizes and Layouts */ 
	}
table.mainpage {
	width: 900px
	}
td.leftpage {
	text-align: left;
	padding-top: 5px; padding-bottom: 5px; padding-left: 0px; padding-right: 10px;
	width: 200px;
	}
td.rightpage {
	text-align: right;
	padding-top: 5px; padding-bottom: 5px; padding-left: 10px; padding-right: 0px;
	width: 200px;
	}
td.middlepage {
	text-align: center;
	padding-top: 5px; padding-bottom: 5px; padding-left: 10px; padding-right: 10px;
	width: 200px;
	}
td.lefthalfpage{
	text-align: left;
	padding-top: 5px; padding-bottom: 5px; padding-left: 0px; padding-right: 5px;
	width: 445px;
	}
td.righthalfpage{
	text-align: right;
	padding-top: 5px; padding-bottom: 5px; padding-left: 5px; padding-right: 0px;
	width: 445px;
	}
td.centerpage {
	padding-top: 5px; padding-bottom: 5px; padding-left: 0px; padding-right: 0px;
	width: 480px;
	}
td.widepage {
	width: 690px;
	padding-top: 5px; padding-bottom: 5px; padding-left: 0px; padding-right: 0px;
	}
td.fullpage {
	width: 900px;
	padding-top: 5px; padding-bottom: 5px; padding-left: 0px; padding-right: 0px;
	}

hr {
	background: #2222df;
	color: #11116f;
	}


/* Links and Selector */ 
td.selector {
	text-align: center; font-size: 12px; letter-spacing: 1px;
	padding-top: 2px; padding-bottom: 2px; padding-left: 0px; padding-right: 0px;
	}
a.selector:link,a.selector:visited,a.selector:ative {
	color: #ffffff;
	}
a.selector:link,a.selector:visited,a.selector:hover,a.selector:ative {
	text-decoration: none;
	margin-left: 5px; margin-right: 5px; margin-top: 0px; margin-bottom: 0px;
	}
a.selector:hover{
	background-color: #000022;
	}

a:link {
	color: #ffffff;
	}
a:visited {
	color: #ffffff;
	}
a:hover {
	color: #ffffff;
	}
a:active {
	color: #eeeeff;
	}
a.sidebar:link,a.sidebar:visited,a.sidebar:hover,a.sidebar:ative {
	text-decoration: none;
	}


/* Image Sizes */ 
img {
	border-top: 0px; border-bottom: 0px; border-left: 0px; border-right: 0px;
	margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px;
	padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px;
	}
img.title {
	width: 890px;
	}
img.banner {
	width: 480px;
	}
img.insert {
	width: 650px; margin-top: 5px;
	}
img.sidebar {
	width: 200px; margin-top: 5px;
	}
img.widebar {
	width: 685px;
	}


/* Side-Blocks */ 
div.leftslide {
	padding-left: 5px; padding-right: 10px; padding-top: 5px; padding-bottom: 10px;
	text-align: left;
	float: left; width: 200px;
	}
div.leftslide-small {
	padding-left: 3px; padding-right: 3px; padding-top: 3px; padding-bottom: 3px;
	text-align: left;
	float: left;
	}
div.rightslide {
	padding-left: 10px; padding-right: 5px; padding-top: 5px; padding-bottom: 10px;
	text-align: right;
	float: right; width: 200px;
	}
div.rightslide-small {
	padding-left: 3px; padding-right: 3px; padding-top: 3px; padding-bottom: 3px;
	text-align: right;
	float: right;
	}


/* Light Tables */ 
table.lightoutline {
	border: 1px solid #cccccc;
	}
table.lightoutline-slide{
	border: 1px solid #cccccc; width: 660px;
	}
td.lightdivide {
	border: 1px solid #cccccc; background-color: #bbbbbb; padding: 3px;
	}
td.lightheader {
	background-color: #382207;
	border-bottom: 1px solid #241504;
	color: #cccccc;
	font-family: Arial Black;
	font-size: large;
	padding-top: 2px; padding-bottom: 1px; padding-left: 5px; padding-right: 5px;
	}
td.lightsubheader {
	background-color: #211102;
	border-bottom: 1px solid #0f0701;
	color: #cccccc;
	font-weight: bold;
	font-size: small;
	padding-top: 1px; padding-bottom: 0px; padding-left: 10px; padding-right: 10px;
	}
td.lightbody {
	color: #cccccc;
	background-color: #0e0600;
	border: 1px solid #000000;
	text-align: justify;
	padding-top: 1px; padding-bottom: 1px; padding-left: 4px; padding-right: 4px;
	}
td.lightsmallheader {
	background-color: #382207;
	border-bottom: 1px solid #241504;
	color: #cccccc;
	font-family: Arial Black;
	font-size: small;
	padding-top: 3px; padding-bottom: 2px; padding-left: 10px; padding-right: 10px;
	}
td.lightsmallbody {
	background-color: #0e0600;
	border: 1px solid #000000;
	color: #cccccc;
	font-weight: bold;
	font-size: small;
	padding-top: 1px; padding-bottom: 1px; padding-left: 9px; padding-right: 9px;
	}
td.lightnotes {
	background-color: #211102;
	border-top: 2px solid #0f0701;
	color: #cccccc;
	font-weight: bold;
	font-size: x-small;
	letter-spacing: 1px; word-spacing: 2px;
	padding-top: 2px; padding-bottom: 8px; padding-left: 9px; padding-right: 9px;
	}
td.lightfooter {
	background-color: #382207;
	border-top: 1px solid #241504;
	color: #cccccc;
	font-family: Arial;
	font-size: small;
	padding-top: 2px; padding-bottom: 3px; padding-left: 5px; padding-right: 5px;
	}
div.lightnote {
	float: right; margin-bottom: -4px; margin-top: 7px; margin-right: -1px;
	border: 1px solid #cccccc; background-color: #211102;
	color: white; font-family: Comic Sans MS; font-size: 75%;
	padding-left: .5in; padding-right: .1in;
	}
td.lightlist-primary {
	background-color: #613a11;
	border: 1px solid #54320e;
	color: #ffffff;
	font-weight: bold;
	font-size: small;
	padding-top: 2px; padding-bottom: 2px; padding-left: 6px; padding-right: 6px;
	}
td.lightlist-alternate {
	background-color: #573006;
	border: 1px solid #452605;
	color: #ffffff;
	font-weight: bold;
	font-size: small;
	padding-top: 2px; padding-bottom: 2px; padding-left: 6px; padding-right: 6px;
	}
td.lightsmalllist-primary {
	background-color: #613a11;
	border: 1px solid #54320e;
	color: #ffffff;
	font-weight: bold;
	font-size: x-small;
	padding-top: 2px; padding-bottom: 2px; padding-left: 6px; padding-right: 6px;
	}
td.lightsmalllist-alternate {
	background-color: #573006;
	border: 1px solid #452605;
	color: #ffffff;
	font-weight: bold;
	font-size: x-small;
	padding-top: 2px; padding-bottom: 2px; padding-left: 6px; padding-right: 6px;
	}


/* Dark Tables */ 
table.darkoutline {
	border: 1px solid #aaaaaa;
	}
table.darkoutline-slide {
	border: 1px solid #aaaaaa; width: 660px;
	}
td.darkdivide {
	border: 1px solid #aaaaaa; background-color: #999999; padding: 3px;
	}
td.darkheader {
	background-color: #000055;
	border-bottom: 1px solid #111166;
	color: #f9f9ff;
	font-family: Arial Black;
	font-size: large;
	padding-top: 2px; padding-bottom: 1px; padding-left: 5px; padding-right: 5px;
	}
td.darksubheader {
	background-color: #000033;
	border-bottom: 1px solid #050544;
	color: #ddddff;
	font-weight: bold;
	font-size: small;
	padding-top: 1px; padding-bottom: 0px; padding-left: 10px; padding-right: 10px;
	}
td.darkbody {
	color: #9999ff;
	background-color: #000000;
	text-align: justify;
	padding-top: 2px; padding-bottom: 2px; padding-left: 5px; padding-right: 5px;
	}
td.darksmallheader {
	background-color: #000044;
	border-bottom: 1px solid #111155;
	color: #f9f9ff;
	font-family: Arial Black;
	font-size: small;
	padding-top: 3px; padding-bottom: 2px; padding-left: 10px; padding-right: 10px;
	}
td.darksmallbody {
	background-color: #050511;
	border: 1px solid #111122;
	color: #ddddff;
	font-weight: bold;
	font-size: small;
	padding-top: 1px; padding-bottom: 1px; padding-left: 9px; padding-right: 9px;
	}
td.darknotes {
	background-color: #050511;
	border-top: 2px solid #111133;
	color: #ddddff;
	font-weight: bold;
	font-size: x-small;
	letter-spacing: 1px; word-spacing: 2px;
	padding-top: 2px; padding-bottom: 8px; padding-left: 9px; padding-right: 9px;
	}
td.darkfooter {
	background-color: #000055;
	border-top: 1px solid #111166;
	color: #f9f9ff;
	font-family: Arial;
	font-size: small;
	padding-top: 2px; padding-bottom: 3px; padding-left: 5px; padding-right: 5px;
	}
td.darklist-primary {
	background-color: #000033;
	border: 1px solid #000011;
	color: #ddddff;
	font-weight: bold;
	font-size: small;
	padding-top: 2px; padding-bottom: 2px; padding-left: 6px; padding-right: 6px;
	}
td.darklist-alternate {
	background-color: #000022;
	border: 1px solid #000000;
	color: #ddddff;
	font-weight: bold;
	font-size: small;
	padding-top: 2px; padding-bottom: 2px; padding-left: 6px; padding-right: 6px;
	}
td.darksmalllist-primary {
	background-color: #000033;
	border: 1px solid #000011;
	color: #ddddff;
	font-weight: bold;
	font-size: x-small;
	padding-top: 2px; padding-bottom: 2px; padding-left: 6px; padding-right: 6px;
	}
td.darksmalllist-alternate {
	background-color: #000022;
	border: 1px solid #000000;
	color: #ddddff;
	font-weight: bold;
	font-size: x-small;
	padding-top: 2px; padding-bottom: 2px; padding-left: 6px; padding-right: 6px;
	}


/* Lists and Quotes */ 
ol,ul {
	margin-top: 0px; margin-bottom: 5px; margin-left: 5px; margin-right: 5px;
	font-size: small;
	text-align: justify;
	}

blockquote {
	font-family: Arial; color: #dddde3;
	font-style: italic; font-size: 80%; word-spacing: 4px;
	}


/* Headers and Paragraphs */ 
h1,h2,h3,h4,h5,h6 {
	margin-top: 10px; margin-bottom: 5px; margin-left: 5px; margin-right: 5px;
		}
h1 {font-size: font-size: x-large;}
h2 {font-size: font-size: large;}
h4 {font-size: font-size: small;}
h5 {font-size: font-size: x-small;}
h6 {font-size: font-size: xx-small;}
p {
	text-indent: 50px;
	margin-top: 5px; margin-bottom: 5px; margin-left: 5px; margin-right: 5px;
	}
p.extended {
	text-indent: 75px;
	font-size: x-large;
	margin-top: 5px; margin-bottom: 5px; margin-left: 5px; margin-right: 5px;
	}


/* Game Reviews */ 
table.review-scoring {width: 500px; border: 3px solid #222222; margin-top: 15px}
td.review-highlight {background-color: white}
td.review-score {background-color: #222299; text-align: right; color: #ffffff; font-size: large; padding-right: 5px;}
td.review-remaining {text-align: right; color: #bbbbbb; padding-right: 9px;}

-->