html {
	font-size: 100%;
}
body {
	margin: 0px 10px 10px; padding: 0em; color: #4C4B4B; line-height: 1.2; font-family:"Titillium", helvetica, arial, sans-serif; font-size: 0.9em; background:url(../images/fd_2.jpg) no-repeat; background-color:black;
}
h1 {
	margin: 0.3em; line-height: 1.4; font-style: normal; font-weight: bold; text-align: center; color: navy; font-size: 1.4em;
}
h2 {
	margin: 0.3em; line-height: 1.4; font-style: normal; font-weight: bold; padding: 0px; text-align: center; color: white; font-size: 1.25em;
}
h3 {
	margin: 0.3em; line-height: 1.4; font-style: normal; font-weight: bold; font-size: 1.1em;
}
h4 {
	margin: 0.3em; line-height: 1.4; font-style: normal; font-weight: bold; font-size: 1em;
}
h5 {
	margin: 0.3em; line-height: 1.4; font-style: normal; font-weight: bold;
}
h6 {
	margin: 0.3em; line-height: 1.4; font-style: normal; font-weight: bold;
}
ul {
	margin: 0.75em 0px 0.75em 32px; padding: 0px;
}
ol {
	margin: 0.75em 0px 0.75em 32px; padding: 0px;
}
p {
	margin: 0px 0px 1em; font-size: 1em;
}
a {
	color: rgb(255, 0, 64); text-decoration: underline;
}
a:hover {
	color: rgb(250, 88, 88);
}
a img {
	border: currentColor; border-image: none; 
}
sup {
	line-height: 0.8em; font-size: 0.7em;
}
fieldset {
	padding: 10px 80px; margin-right: auto; margin-left: auto; border-radius:60px; background: radial-gradient(white, #CACACA);
}
legend {
	color:  #3C3C3C; font-size:1.4em; 
}
select option:hover {
	background: rgba(0, 0, 0, 0.3); color: rgb(255, 255, 255);
}
table {
	border: 1px solid #3C3C3C; font-size: 1em; margin-right: auto; margin-left: auto; border-collapse: collapse; border-radius:100px;
}
td {
	margin: 0px; padding: 3px; border: 1px solid rgb(160, 160, 160); border-image: none; vertical-align: middle;
}
th {
	margin: 0px; padding: 3px; border: 1px solid rgb(160, 160, 160); border-image: none; vertical-align: middle;
}

@font-face {
	font-family: "Titillium";
	src: url('../font/TitilliumWeb-Regular.ttf')
}

@font-face {
	font-family: "Carter One";
	src: url('../font/CarterOne.ttf')
}
