@charset "UTF-8";
/*@font-face {
  font-family:Raleway;
@import url('https://fonts.googleapis.com/css2?family=Raleway&display=swap');
}
*/

/* CSS Document */

body {
    font-family: 'Raleway', sans-serif;
	font-size: 12px;
	font-weight:300;
	text-align:center;
	background-color: #110B11;
	padding-top: 70px;
	color: #ffffff;
	line-height: 135%;
}


.wrapper {
	width:70%;
		padding-left: 20px;
overflow: auto;
	text-align: left;}

.header {
	text-align: left;}

.left {
		float: left;
	width:35%;
	text-align: left;}
	
.right {
	float: right;
	width: 60%;
	text-align: left;

}
	
	
h1 {
		font-family: 'Major Mono Display', monospace;
	font-size: 28px;
	color: #F500E9;
	line-height: 110%;
}

h2 {
	font-family: 'Major Mono Display', monospace;
	font-size: 16px;
line-height: 0%;
	color: #F500E9;
}

.eng {font-weight:500;}

.footenote {
	font-size: 10px;
	color: #ffffff;
		padding-top: 130px;
}

/*
td.marginright {
	vertical-align:top;
	padding-right: 50px;
}
td.marginleft {
		vertical-align:top;
	padding-left: 70px;
}

td.marginlefteng {
	padding-left: 70px;
	text-color:#00FF00;
}

*/

a:link, a:visited {
	color: #B8D4E3;
	/*background-color:#3E283E;*/
	text-decoration: none;
}

a:hover {
	color: #ffffff;
	background-color:#800079;
	text-decoration: none;
}
