/*style_empty.min.css*/
* {
	margin:0;
	padding:0;
	box-sizing:border-box;
	font-family:Roboto,Arial,Helvetica,sans-serif
}

html,body {
	height:100%;
	width:100%;
	position:relative;
	background:#383c4a;/*06-background common*/
	color:#bbc0ca;/*03-color/text*/
}
table.center {
	margin-left:auto;
	margin-right:auto;
}
a:link {
	text-decoration:none;
	font-weight:bold;
	color:#bbc0ca;/*03-color/text*/
}

a:visited {
	text-decoration:none;
	font-weight:bold;
	color:#bbc0ca;/*03-color/text*/
}

a:hover {
	text-decoration:none;
	font-weight:bold;
	background-color:#2f333e;/*07-background button - not active*/
	color:#404652;/*05-tableheading/RowTWO/horizontal rule/button hover*/
}


a:active {
	text-decoration:none;
	font-weight:bold;
	background-color:#2f333e;/*07-background button - not active*/
	color:#dbe0ea;/*02-highlighted text-active*/
}
