@font-face
	{
	font-family: ubuntu-r;
	src: local(ubuntu-r), url('Ubuntu-R.ttf') format('opentype');
	}

@font-face
	{
	font-family: ubuntu-b;
	src: local(ubuntu-b), url('Ubuntu-B.ttf') format('opentype');
	font-weight: bold;
	}

*
	{
	color: rgba(0,0,0,1);
	font-family: ubuntu-r, ubuntu-b, arial, helvetica, "sans-serif" !important;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.4;
	margin: auto;
	max-width: 100%;
	padding: 0px;
	text-align: center;
	text-decoration: none;
	}

body
	{
	background-image: url(pic-background.png);
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	box-sizing: border-box;
	}

.whiteback
	{
	background-color: rgba(245,245,245,1);
	box-shadow: 1px 1px 20px rgba(0,0,0,.8);
	box-sizing: border-box;
	margin: 0px auto;
	text-align: center;
	width: 640px;
	}

.shadowback
	{
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: radial-gradient(rgba(0,0,0,.2),rgba(0,0,0,.4),rgba(0,0,0,.8));
	background-color: rgba(40,30,20,.4);
	box-sizing: border-box;
	margin: 0px auto;
	}

.blackhead
	{
	background-color: rgb(10,10,10);
	box-shadow: 1px 1px 1px rgba(0,0,0,.1);
	box-sizing: border-box;
	color: rgba(200,200,200,1);
	display: flex;
	margin: 0px auto;
	overflow: auto;
	padding: 0px;
	position: fixed;
	text-align: center;
	text-decoration: none;
	text-shadow: 1px 1px 1px rgba(0,0,0,.1);
	top: 0px;
	width: 640px;
	z-index: 1;
	}

.blackhead a
	{
	color: rgba(200,200,200,1);
	font-size: 12px;
	font-weight: bold;
	margin: 0px auto;
	text-align: center;
	text-decoration: none;
	text-shadow: 1px 1px 1px rgba(0,0,0,.1);
	}

.blackhead a:hover
	{
	color: rgba(255,255,255,1);
	font-weight: bold;
	margin: 0px auto;
	text-align: center;
	text-decoration: none;
	text-shadow: 1px 1px 1px rgba(0,0,0,.1);
	}

.icon
	{
	height: 12px;
	width: 12px;
	object-fit: contain;
	padding: 4px;
	}

.whitefront
	{
	font-size: 14px;
	line-height: 1.4;
	margin: 0px auto;
	max-width: 92%;
	padding: 0px;
	text-align: center;
	text-decoration: none;
	width: 480px;
	}

hr
	{
	border: 0;
	height: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	}

h1
	{
	color: rgba(0,0,0,1);
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 0px auto;
	text-align: left;
	text-shadow: 1px 1px 1px rgba(0,0,0,.1);
	word-spacing: 4px;
	}

h2
	{
	color: rgba(40,40,40,1);
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 0px auto;
	text-align: left;
	word-spacing: 4px;
	}

h3
	{
	color: rgba(40,40,40,1);
	font-size: 13px;
	font-weight: bold;
	margin: 0px auto;
	text-align: left;
	}

p
	{
	color: rgba(80,80,80,1);
	font-size: 13px;
	font-weight: normal;
	margin: 0px auto;
	text-align: left;
	}

u
	{
	color: rgba(80,80,80,1);
	font-size: 13px;
	font-weight: normal;
	margin: 0px auto;
	text-align: left;
	text-decoration: underline;
	}

i
	{
	color: rgba(80,80,80,1);
	font-size: 12px;
	font-weight: normal;
	margin: 0px auto;
	text-align: left;
	}

table
	{
	float: left;
	}

table td
	{
	background-color: rgba(240,240,240,1);
	color: rgba(80,80,80,1);
	font-size: 13px;
	font-weight: normal;
	margin: 0px auto;
	padding: 0px 12px 0px 12px;
	text-align: left;
	}

table th
	{
	background-color: rgba(230,230,230,1);
	color: rgba(80,80,80,1);
	font-size: 13px;
	font-weight: bold;
	margin: 0px auto;
	padding: 0px 12px 0px 12px;
	text-align: left;
	}

.crop
	{
	background-color: transparent;
	box-shadow: 4px 4px 4px rgba(0,0,0,.1);
	display: inline-block;
	float: right;
	height: 150px;
	margin: 0px 0px 0px 4%;
	max-width: 100%;
	overflow: hidden;
	width: 150px;
	}

img
	{
	background-color: transparent;
	border: 0px;
	display: block;
	height: 100%;
	margin: 0px auto;
	object-fit: cover;
	object-position: 50% 50%;
	padding: 0px;
	width: 150px;
	}

.gallery
	{
	background-color: transparent;
	box-shadow: 4px 4px 4px rgba(0,0,0,.1);
	display: inline-block;
	float: left;
	height: 150px;
	margin: 1%;
	max-width: 31%;
	overflow: hidden;
	width: 150px;
	}

.blackfoot
	{
	background-color: rgba(10,10,10,1);
	color: rgba(200,200,200,1);
	font-size: 14px;
	font-weight: normal;
	margin: 0px auto;
	padding: 4px;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(0,0,0,.1);
	}
