﻿@font-face {
	font-family: ubuntu;
	src: url('Ubuntu-C.ttf');
}

* {
	font-family: "ubuntu", "Helvetica Neue","Apple SD Gothic Neo","Malgun Gothic","Dotum",sans-serif;
}

body {
	background-color: #16202A;
	color: white;
}

.d_header {
	/*background-color: gray;*/
	height: 128px;
	margin-top: 20px;
}

.d_header .d_logo {
	width: 128px;
	margin: auto;
}

.d_body{
	margin-top: 13px;
	margin-bottom: 20px;
	text-align: center;
}

.d_footer{
	/*background-color: blue;*/
	font-size: 16px;
}

.d_footer .d_footer_content {
	text-align: center;
	margin: auto;
}

.textbox_l {
	font-size: 20px;
}

.textbox_m {
	font-size: 18px;
}

.textbox_s {
	font-size: 16px;
}

.content_divider {
	height: 1px;
	background: gray;
	border: 0px;
}

.g_id_signin {
	margin: auto;
}

.pp:link {
	/*color: black;*/
	color: darkorange;
	/*text-decoration: none;*/
}

.pp:visited {
	color: darkorange;
	/*text-decoration: none;*/
}

.yellowtext {
	color: #F6BB42;
}

.bluetext {
	color: #4FB1E8;
}

.greentext {
	color: #A0D468;
}

.pinktext {
	color: #D870AD;
}

.whitetext {
	color: #ffffff;
}
