body.index {
	color: silver;
	font-family: "Times New Roman";
	background-color: #07060b;
	background-position: center;
	background-attachment: fixed;
	text-align: justify;
}
body.index1 {
	color: silver;
	font-family: "Times New Roman";
	background-color: #07060b;
	background-position: center;
	background-attachment: fixed;
	text-align: justify;
	background-image: url(Mountain Magic/images/Gems.png);
}
body.index2 {
	color: white;
	font-family: "Times New Roman";
	background-color: #1c0c00;
	background-position: center;
	background-attachment: scroll;
	text-align: justify;
}
body.index3 {
	color: white
	font-family: "Times New Roman";
	background-color: black;
	background-position: center;
	background-attachment: scroll;
	text-align: justify;
	background-image: url(Diamonds/images/rockslab2.JPG);
}

table.index {
	width: 100%;
	table-layout: auto;
	padding-left: 5px;
}

table.chars {
	text-align: justify;
	width: 90%;
	text-indent: 5%;
}

table.charsnoind {
	text-align: justify;
	width: 90%;
}

table.small {
	width: 30%;
	background-color: white;
	color: black;
}

table.internal {
	background-color: white;
	color: black;
	text-align: justify;
}

table.spoiler {
	background-color: silver;
	color: black;
	width: 80%;
}

th.red {
	color: red;
}

td.side_1 {
	width: 25%;
	vertical-align: top;
	text-align: center;
}

td.center_1 {
	width: 50%;
	vertical-align: top;
	background-color: transparent;
	color: white;
}

td.side_2 {
	width: 40%;
	vertical-align: top;
	padding-right: 10px;
	text-align: center;
	background-color: transparent;
	background-image: url(Grand Central Arena/images/HG_High_Oblique_sm.jpg);
}
td.side_2a {
	width: 40%;
	vertical-align: top;
	padding-right: 10px;
	text-align: justify;
	background-color: transparent;
	background-image: none;
}

td.center_2 {
	width: 60%;
	vertical-align: top;
	background-color: transparent;
	color: white;
	text-align: center;
}

td {
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: top;
}

ul.noind {
	text-indent: 0%;
}

h3.head {
	font-size: larger;
	font-style: oblique;
	text-align: center;
}

p.center {
	text-align: center;
}
p.footer {
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #ffd700;
}
p.footer1 {
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: black;
}
p.index {
	text-align: center;
	font-family: Arial;
	font-variant: small-caps;
	font-weight: bolder;
	font-size: larger;
}

p.noind {
	text-indent: 0%;
}

span.label {
	font-style: italic;
	font-size: larger;
}
* {
	padding: 0;
	margin: 0;
}

.dropdown {
	float: right;
}

.dropdown dt {
	width: 175px;
	border: 2px solid #05070A;
	font-weight: bold;
	cursor: pointer;
	background: none;
}

.dropdown dt:hover {
	background: none;
}

.dropdown dd {
	position: absolute;
	overflow: hidden;
	width: 175px;
	display: none;
	background: #05070A;
	z-index: 200;
	opacity: 0;
}

.dropdown ul {
	width: 175px;
	border: 2px solid #05070A;
	list-style: none;
	border-top: none;
}

.dropdown li {
	display: inline;
}

.dropdown a, .dropdown a:active, .dropdown a:visited {
	display: block;
	padding: 5px;
	color: #F7D65B;
	text-decoration: none;
	background: #05070A;
	width: 175px;

}

.dropdown a:hover {
	background: black;
	color: orange;
}

.dropdown .underline {
	border-bottom: 1px solid black;
}

