@font-face 
{ 
	font-family: OkK; 
	src: url('fonts/OrandakanKana.ttf'); 
} 
@font-face 
{ 
	font-family: MSt; 
	src: url('fonts/SlimamifMedium.ttf'); 
} 
@font-face 
{ 
	font-family: MSt; 
	font-weight: bold;
	src: url('fonts/SlimamifBold.ttf');
}
body
{
	color:white;
	font-size:32px;
	background-color:black;
	text-align:center;
	height:100vh;
	width:100vh;
	left:10px;
	transform: rotate(90deg);
	-ms-transform:rotate(90deg);
	-moz-transform:rotate(90deg); 
	-webkit-transform:rotate(90deg); 
	-o-transform:rotate(90deg);
}
footer
{
	font-size:12px;
	position:absolute;
	bottom:0px;
	height:20px;
	width:97%;
	color:gray;
	text-align:center;
	font-style: italic;
}
header
{
	font-family: OkK, sans-serif;
	font-size:30px;
	position:fixed;
	top:-820px;
	height:20px;
	width:98%;
	text-align:right;
}
aside
{
	font-size:27px;
	position:fixed;
	top:-870px;
	height:20px;
	width:98%;
	text-align:left;
}
article
{
	position:fixed;
	top:-800px;
	width:98vh;
	text-align:center;
}
table
{
	margin-left:auto;
	margin-right:auto;
}
td
{
	text-align:left;
}
span#dte
{
	font-size:32px;
	font-style:italic;
	font-weight: bold;
	color:#81F7F3;
}
span#ttr
{
	font-size:35px;
	font-weight: bold;
	color:#F2F5A9;
}
span.ept
{
	color:black;
	font-family: MSt, sans-serif;
	font-weight: bold;
	font-size:20px;
	display:inline-block;
	width:270px;
	height:155px;
	line-height:85px;
	margin: 2px 30px 30px 30px;
	padding:0;
	box-shadow: 2px 4px 4px #333333;
	-moz-box-shadow: 2px 4px 4px #333333;
	-webkit-box-shadow: 2px 4px 4px #333333;
}
div.hr
{
	display:inline-block;
	width:31px;
	text-align:center;
}
p.fept
{
	display:inline-block;
	margin-top:5px;
	line-height:19px;
	vertical-align:middle;
}
::-webkit-scrollbar 
 {
     width: 1px;
     height: 5px;
 }
 ::-webkit-scrollbar-button 
 {
     width: 0px;
     height: 0px;
 }
 ::-webkit-scrollbar-thumb 
 {
     background: White;
     border: 31px none #000000;
     border-radius: 1px;
 }
 ::-webkit-scrollbar-thumb:hover 
 {
     background: blue;
 }
 ::-webkit-scrollbar-thumb:active 
 {
     background: blue;
 }
 ::-webkit-scrollbar-track 
 {
     background: #000000;
     border: 1px solid #000000;
     border-radius: 1px;
 }
 ::-webkit-scrollbar-track:hover 
 {
     background: blue;
 }
 ::-webkit-scrollbar-track:active 
 {
     background:  blue;
 }
 ::-webkit-scrollbar-corner 
 {
     background: transparent;
 }