body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background: linear-gradient(15deg, #353739, #191A1B) no-repeat;
	background-attachment: fixed;
	color: white;
	margin: auto;
	padding-top: 10px;
	max-width: 500px;
}

#main { padding: 6px 2px 6px 2px; }
#main p {
	text-align: justify;
	letter-spacing: 0.04em;
	line-height: 1.55;
	text-shadow: 0px 1px 2px black;
}

#title {
	font-family: "Microfont", sans-serif;
	font-size: 4em;
	letter-spacing: -2px;
	line-height: 1.0;
	text-align: center;
	margin: 10px 0px 0px 0px;
	text-shadow: 0px 2px 3px black;
}

sup {
	font-size: 0.5em;
	letter-spacing: 1px;
	text-shadow: 0px 1px 1px black;
}

a {
	color: #B7B8B9;
	font-weight: bold;
	text-shadow: 1px 2px 1px black;
	text-decoration: none;
}

a:hover {
	color: #252729;
	background: linear-gradient(to top, #929394 40%, #B7B8B9);
	outline: 1px solid #A7A8A9;
	text-shadow: 0px 0px 0px black;
}

table, tr, td {
	border-collapse: collapse;
	border: 1px solid white;
}

table { width: 100%; }

td {
	font-size: 11pt;
	padding: 6px;
	border-width: 1px 1px 1px 6px;
}

tr:nth-child(even) { background: linear-gradient(to top, #1F2021 50%, #373839); }
tr:nth-child(odd) { background: linear-gradient(to top, #141516 50%, #1E1F20); }

li { line-height: 1.4; }

h3 {
	font-family: monospace;
	text-align: center;
	padding: 5px 0px;
	background: linear-gradient(to bottom, #353739 40%, #1F2021 85%);
	border: 1px solid gray;
	border-color: #222324 #46484A #46484A #222324;
	border-radius: 2px;
	border-width: 2px;
	box-shadow: 0px 0px 0px 1px #76787A, 0px 3px 4px 2px #0A0B0C;
	text-shadow: 0px 1px 2px black;
}

h2 {
	font-family: monospace;
	display: inline-block;
	background: linear-gradient(15deg, #191A1B 30%, #353739);
	margin-bottom: 7px;
	padding: 2px 8px 2px 8px;
	border: 1px solid #090A0B;
	box-shadow: 0 0 0 1px #6F7173;
	border-radius: 2px;
}

iframe {
	border-image: linear-gradient(to top, #595A5B 30%, #757779) 1 round;
	box-shadow: 0 0 0 1px rgba(165, 167, 169, 0.8), 0 2px 3px 2px #0A0B0C;
	margin-bottom: 10px;
	width: 100%;
}

select {
	width: 40%;
	background: linear-gradient(to top, #191A1B 30%, #353739);
	background-color: #353739;
	color: white;
	border: 1px solid #090A0B;
	box-shadow: 0 0 0 1px #6F7173;
	border-radius: 2px;
	padding: 4px;
}

select:hover {
        background: linear-gradient(to top, #292A2B 30%, #454749);
        background-color: #454749;
}

select:active {
	background: linear-gradient(to bottom, #292A2B 30%, #454749);
	background-color: #353739;
}

code { font-family: 'Courier New', monospace; }

#update {
	font-family: Arial, sans-serif;
	font-size: 10pt;
	padding: 3px 10px 3px 10px;
}

#update h3 {
	font-family: Arial, sans-serif;
	color: white;
	text-shadow: 0px 2px 3px #000;
	font-size: 1.5em;
	line-height: 1.0;
	padding-right: 5px;
}

#update h3, h4 { text-align: right; }

#update h4 {
	border: 1px outset white;
	border-right: 3px solid white;
	padding: 4px 6px 4px 6px;
	line-height: 1.0;
        border-radius: 4px;
}

::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: linear-gradient(to top, #0A0B0C 40%, #151719); }
::-webkit-scrollbar-thumb { background: linear-gradient(to top, #595A5B 30%, #757779); }
::-webkit-scrollbar-thumb:hover { background: linear-gradient(to top, #A9AAAB 30%, #C5C7C9); }
