@font-face {
	font-family: 'DejaVu Sans Mono';
	src: url('../../../fuente.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
body {
	margin: 0;
	padding: 0;
	background-color: #000;
	font-family: 'DejaVu Sans Mono', monospace;
}
.line {
	white-space: pre;
	line-height: 1.2;
	font-size: 1.8em;
}
.bold { font-weight: bold; }
.italic { font-style: italic; }
.underline { text-decoration: underline; }
.flash { animation: flash 1s infinite; }
.conceal { color: #000 !important; background-color: #000 !important; }
@keyframes flash {
	0%, 49% { opacity: 1; }
	50%, 100% { opacity: 0.3; }
}
p, a {color:white;}
.doble { line-height: 2.5; transform:scale(1,2); }
