@font-face {
	font-family: noto-sans-light;
	src: url("NotoSans-ExtraLight.ttf");
}
@font-face {
	font-family: noto-sans-display-light;
	src: url("NotoSansDisplay-ExtraLight.ttf");
}
body {
	background-color: rgba(245, 244, 237,1.0);
	margin: 0px;
	color: rgba(50,50,50,1.0);
}
.name_highlight_class {
	color: rgba(19,138,235,1.0);
}
#main_body_id {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100vw;
	font-family: noto-sans-light;
	color: rgba(50,50,50,1.0);
}

/*Footer Section*/

#footer_section_id {
	position: fixed;
	bottom: 0px;
	height: 25px;
	width: 100vw;
	background-color: rgba(51, 51, 51, 0.75);
}
#small_logo_01_id {
	position: absolute;
	top: 12px;
	left: 2%;
}
#small_logo_01_img_id {
	width: 100px;
}
#main_footer_text_01_id {
	position: absolute;
	top: 3px;
	left: 2%;
	width: 200px;
	text-align: left;
	color: white;
	font-size: 12pt;
	white-space: nowrap;
}
#main_footer_text_02_id {
	position: absolute;
	top: 3px;
	right: 2%;
	width: 200px;
	text-align: right;
	color: white;
	font-size: 12pt;
	text-decoration: none;
}
#main_footer_text_02_id a:link {
	color: white;
	text-decoration: none;
}
#main_footer_text_02_id a:visited {
	color: white;
	text-decoration: none;
}
#main_footer_text_02_id a:hover {
	color: white;
	text-decoration: none;
}
#main_footer_text_02_id a:active {
	color: white;
	text-decoration: none;
}

