/* website specific settings */
.crt_fixed {
	border-radius:5px;
	color:ghostwhite ;
	background:#202020;
	font-family: courier,monospace;
	line-height: 1;
} 

.bigorange {
	color:darkorange;
	font-size: 2em;
}

.bigblue {
	color:dodgerblue;
	font-size: 2em;
}

.biggreen {
	color:limegreen;
	font-size: 2em;
}

/* simulates the retro PC green monochrome CRT */
.crt_green {
	color:#33ff33;
	background-color: #001a00;
	padding: 15px;
}

.crt_green hr {
        color:#228822;
        border-style:dashed;
}

/* simulates the retro PC amber monochrome CRT */
.crt_amber {
	color:#fc9505;
	background-color: #140b05;
	padding: 15px;
}

