@font-face {
	font-family: Custom;
	src: url('../inc/fonts/NotoSans-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: Custom;
	src: url('../inc/fonts/NotoSans-Bold.ttf') format('truetype');
	font-weight: bold;
}

body {
	font-family: Custom, sans-serif, Arial !important;
	font-size: 0.875em; /* 14px */
	margin: 0px;
	color: #e5e5e5;
	background-color: #383e46;
}

a.title:link {
	font-size: 22px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

a.title:visited {
	font-size: 22px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

a.title:hover {
	font-size: 22px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

a.link:link {
	color: #00d000;
	text-decoration: none;
}

a.link:visited {
	color: #00d000;
	text-decoration: none;
}

a.link:hover {
	color: #00d000;
	text-decoration: underline;
}

font.dl {
	font-size: 1.5em; /* 24px */
	font-weight: bold;
}

#wrapper {
	width: 65%;
}

div.content {
	text-align: left;
	background-color: #2f343b;
	padding: 15px;
}

div.line-top {
	border: 12px solid #1d2024;
	border-top-left-radius: 100px 50px;
	border-top-right-radius: 100px 50px;
	padding-bottom: 0px;

}

div.line-bottom {
	border: 12px solid #1d2024;
	border-bottom-left-radius: 100px 50px;
	border-bottom-right-radius: 100px 50px;
	padding-top: 0px;

}

div.footer {
	font-family: Arial, sans-serif;
	font-size: 0.625em; /* 10px */
	color: #A3A4A7;
	margin-top: 3px;
}
