body {
	font-family: Courier New, Courier, Verdana, Helvetica, sans-serif;
	color: #FFF;
	background: #988985;
	background-image: url('assets/fields.gif');
	background-repeat: repeat;
	font-size: 11px;
	margin-top: 0;
	margin-left: 0;
}
h1 {
	font-family: Times New Roman, serif;
	color: #A9A8A8;
	font-size: 20px;
	font-weight: bold;
	font-variant: small-caps;
	letter-spacing: 3px;
	text-indent: 10px;
	margin-bottom: 5px;
}
h2 {
	font-family: Courier New, Courier, Verdana, Helvetica, sans-serif;
	color: #A9A8A8;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 2px;
}
h3 {
	font-family: Times New Roman, serif;
	color: #A9A8A8;
	font-size: 48px;
	font-weight: bold;
	font-style: italic;
	font-variant: small-caps;
	letter-spacing: 3px;
	text-indent: 10px;
	margin-bottom: 5px;
}
p {
	color: #FFFDED;
}
a {
	outline: none;
}

/* ID */
#junciton {
	text-align: center;
	left: auto;
	right: auto;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
#domed {
	width: 256px;
	height: 540px;
	text-align: center;
	border-top: 5px solid #230403;
}
#materia {
	width: 256px;
	height: 300px;
	background-image: url('assets/mirrekowns.gif');
	text-align: center;
	float: left;
}
#light {
	width: 256px;
	height: 212px;
	text-align: center;
	float: left;
	background-image: url('assets/light.png');
}
#navigation {
	position: relative;
	text-align: left;
	width: 160px;
	margin-top: 0;
	margin-bottom: 5px;
	margin-left: 15px;
	font-size: 12px;
	font-weight: normal;
	padding-bottom: 2px;
	letter-spacing: 1px;
}
#info {
	height: auto;
	width: 256px;
	position: absolute;
	top: 50px;
	left: 300px;
	margin-right: auto;
	margin-bottom: 28px;
	margin-left: auto;
	text-align: left;
	padding: 10px;
	background: #255C69;
	border-top: 3px solid #255C69;
	background-image: url('assets/float.gif');
	background-repeat: repeat-x;
	border-bottom: 1px dotted #FFFDED;
}
#fungus {
	text-align: center;
	font-size: 10px;
	width: 256px;
	height: 28px;
}

/* CLASS */ 
.rule {
	background-color: #988985;
	width: 500px;
	height: 3px;
	border-bottom: 1px solid #777;
}
.cell {
	color: #5D5553;
}
/* PSUEDO CLASS */
a:link {
	color: #FFFDED;
	text-decoration: underline;
}
a:active {
	color: #255C69;
	text-decoration: none;
}
a:visited{
	color: #FFFDED;
	text-decoration: underline;
}
a:hover{
	color: #FFF;
	text-decoration: none;
}

/* 5D5553 988985 */
/* 5D5553 75A998 535D5A A9A8A8 A98D86 */
/* 255C69 */