html, body {/*{{{*/
	line-height: 50px;
	font-size: 40px;
	margin: 0;
	padding: 20;
	background: #b8b8b8;
	font-family: 'Roboto';
	color: #111;
}
/*}}}*/

left {/*{{{*/
	text-align: center;
}

left a {
	white-space:nowrap;
	padding: 0;
}

/*}}}*/

.header { display: none; }
.lnav {
	font-size: 40;
	margin: 30;
	display: block;
}
a {/*{{{*/
	text-decoration: none;
	font-weight: normal;
	color: #04f;
}

a:hover {
	text-decoration: underline;
}

/*}}}*/

a.blink {/*{{{*/
	user-select: none;
	text-decoration: none;
	margin: 3px;
    padding:4px 8px; 
    border-radius: 2px; 
	color: #fff;
    background:#06a;
    border:0 none;
    cursor:pointer;
	display: inline-block;
    padding: 20px;
}
.blink:hover {
	background: #c60;
}

/*}}}*/


table {/*{{{*/
	border-collapse: collapse;
}
table td {
	font-size: 40px;
    white-space:nowrap;
	border: 1px solid #888;
	padding: 4px;
}
/*}}}*/

h1 {
	font-size: 40px;
	text-align: center;
}

h3 { padding-top:60px; }
