/***
*
* Final Fantasy stylesheet
* bg color = BLACK
* fg color = WHITE
*
*
*/

* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background-color: BLACK;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: WHITE;
	line-height: 1.3em
}

a, a:link, a:visited, a:hover {
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	text-decoration: underline;
}

select, textarea, input, option {
	background-color: #EEE;
	font-family: inherit;
	font-size: inherit;
	color: BLACK;
	border: none;
	padding: 2px;
	margin: 1px;
}

blockquote {
	margin: 3px 75px 3px 50px;
	border-left: 4px solid WHITE;
	padding-left: 2px;
}

p {
	margin-top: 7px;
}

h1, h2 {
	font-style: oblique;
	font-family: Times, serif;
	margin-bottom: 5px;
	text-transform: lowercase;
}


h1 {
	font-size: 250%;
}

h2 {
	font-size: 160%;
}

ul li {
	list-style-position: inside;
}

/*------------>>>>>>Section Styles<<<<<<------------*/

#header h1 {
	text-align: center;
	text-transform: uppercase;
	color: #666;
}

#header, #content, #disc {
	background-color: transparent;
	width: 500px;
	margin: 5px;
	padding: 10px;
}

#content {
	min-height: 300px;
}

#disc {
	font-size: 90%;
	text-align: center;
}

#disc a {
	
}

div#nav {
	padding-bottom: 5px;
}

div#nav.title, .title a {
	color: WHITE;
	font-size: 160%;
	text-decoration: none;
}

/*------------>>>>>>Class Styles<<<<<<------------*/

.title, .catfile {
	background-color: #666;
	color: WHITE;
	font-size: 110%;
	font-weight: bold;
	width: 100%;
}

.title a, .catfile a {
	font-weight: bolder;
	text-decoration: none;
}

.stats {
	font-size: 95%;
}

.aff {
	margin: 1px;
}

/*------------>>>>>>FanUpdate Styles<<<<<<------------*/

.archivelink {
	text-align: center;
}

.credit {
	clear: both;
	text-align: center;
	margin: 1em 0 0 0;
}

.credit p {
	margin: 0;
}