html, body {
	background: url('1.gif') repeat;
	color: #00FF66;
	font-family: "Courier New", monospace;
	text-shadow: 0 0 5px #00FF66;
	margin: 0;
	padding: 0;
}

a {
	color: #00FFFF;
	text-decoration: none;
}

a:hover {
	color: #FF3333;
	text-shadow: 0 0 5px #FF3333;
}

hr {
	border: none;
	height: 1px;
	background: linear-gradient(to right, rgba(0,255,102,0), rgba(0,255,102,0.8), rgba(0,255,102,0));
}

.logo {
	text-align: center;
	font-size: 2em;
	color: #00FF66;
	text-shadow: 0 0 10px #00FF66;
	letter-spacing: 2px;
	padding: 10px;
}

.replymode, .manageinfo, .catalogmode {
	background: rgba(0, 255, 102, 0.15);
	border: 1px solid #00FF66;
	text-align: center;
	padding: 2px;
	color: #00FF66;
	font-weight: bold;
	text-shadow: 0 0 5px #00FF66;
}

.rules {
	width: 468px;
	font-size: 10px;
	font-family: "Courier New", monospace;
	color: #00FF66;
}

.postblock {
	background: rgba(0,255,102,0.1);
	color: #00FF66;
	font-weight: 800;
	border-left: 2px solid #00FF66;
	padding: 2px;
}

.footer {
	font-size: 12px;
	font-family: monospace;
	color: #00FF66;
	text-align: center;
	padding: 10px;
}

.reply {
	background: rgba(0,0,0,0.6) !important;
	color: #00FF66 !important;
	border: 1px solid #00FF66;
	padding: 5px;
	margin-bottom: 5px;
	box-shadow: 0 0 8px rgba(0,255,102,0.3);
}

.replyhl {
	background: rgba(0,255,102,0.1);
	color: #00FF66;
}

.filetitle, .replytitle {
	font-size: 1.2em;
	color: #00FFFF;
	font-weight: 800;
	text-shadow: 0 0 8px #00FFFF;
}

.postername, .commentpostername {
	color: #00FF66;
	font-weight: bold;
	text-shadow: 0 0 4px #00FF66;
}

.postertrip {
	color: #FF00FF;
	text-shadow: 0 0 5px #FF00FF;
}

.oldpost {
	color: #FF3333;
	font-weight: 800;
	text-shadow: 0 0 5px #FF3333;
}

.omittedposts, .abbrev, .thumbnailmsg {
	color: #00FF66;
	opacity: 0.7;
}

.highlight {
	background: rgba(0,255,102,0.15);
	color: #00FF66;
	border: 2px dashed #00FF66;
	box-shadow: 0 0 10px rgba(0,255,102,0.5);
}

.managehead {
	background: rgba(0,255,102,0.1);
	color: #00FF66;
	padding: 2px;
	border-bottom: 1px solid #00FF66;
}

.row1, .row2, .postlists {
	background: rgba(0,0,0,0.5);
	color: #00FF66;
}

.reflink a:hover {
	font-weight: bold;
	color: #FF3333;
}

::selection {
	background: #00FF66;
	color: #000;
}

/* Efecto CRT*/
body::after {
	content: "";
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	background: repeating-linear-gradient(
		to bottom,
		rgba(0,0,0,0.1) 0px,
		rgba(0,0,0,0.1) 1px,
		rgba(0,0,0,0) 2px
	);
	mix-blend-mode: overlay;
	animation: flicker 0.1s infinite;
}

@keyframes flicker {
	0%, 19%, 21%, 23%, 25%, 54%, 56%, 100% {
		opacity: 0.99;
	}
	20%, 24%, 55% {
		opacity: 0.4;
	}
}
.message, label {
  background-color: black;
}
