@charset "utf-8";

/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Nanum+Gothic:wght@400;700&family=Nova+Round&display=swap');

body {
	color: #FDE1C8;
	background-color: #000000;
	margin: 30px 15px;
}
body, th, td, p, input, select, textarea, button {
	font-family: "Nanum Gothic", "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size: 15px;
	font-weight: 400;
}
h1, h2, h3, h4, .h1, .h2, .h3, .h4 {
	font-family: "Nova Round", "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-weight: 400;
}
body>* {
	width: 100%;
	max-width: 1000px;
	margin-right: 15px;
	margin-left: 15px;
}
@media (min-width: 1030px) {
	body>* {
		margin-right: auto;
		margin-left: auto;
	}
}
h1, .h1 {
	color: #B97123;
	font-size: 24px;
	padding: 2px;
}
h2, .h2 {
	color: #FDE1C8;
	font-size: 19px;
	padding: 2px;
}
h3, .h3 {
	color: #EBC296;
	font-size: 17px;
	vertical-align: middle;
	filter: Glow(Color=#FED560, Strength=80%);
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px
}
td>h1, 
td>h2,
td>h3,
td>h4 {
	color: #EBC296;
	margin: 0;
	padding: 0;
}
a, a:link {
	color: #FBC182;
	text-decoration: none;
}
a:hover {
	color: #FFFAEA;
	text-decoration: none;
}
a:visited {
	color: #FBD3A8;
	text-decoration: none;
}
.unitarmy {
	font-size: 15px;
	color: #FDE1C8;
	text-decoration: none;
	border-color: #E7B96E #533D31 #966718 #E7B96E;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	text-shadow: 1px 1px 1px #000000;
	filter: DropShadow(Color="#000000", OffX="1", OffY="1", Positive="1");
}
.content {
	text-align: justify;
}
input {
	color: #FDE1C8;
	background-color: #472D1E;
	border-color: #B5795F #7C471B #7C471B #C99C89;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
select {
	color: #FDE1C8;
	background-color: #472D1E;
	border-color: #B5795F #7C471B #7C471B #C99C89;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
textarea {
	color: #FDE1C8;
	background-color: #472D1E;
	border-color: #B5795F #7C471B #7C471B #C99C89;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
.send {
	color: #FDE1C8;
	background-color: #863B02;
	border-color: #B5795F #7C471B #7C471B #C99C89;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
table table table td {
	padding: 4px 6px;
}
table table table tr td:first-child {
	padding-left: 4px;
}
table table table tr td:last-child {
	padding-right: 4px;
}
.current {
	filter: brightness(130%);
}
.current a {
	color: rgba(255, 247, 237, 0.8)
}