.w640 {
  width:640px;
}

.center {
margin-left:auto !important;
margin-right:auto !important;
width:640px;
}

@font-face {
  font-family: 'VT220';
  src: local("Glass TTY VT220"), local("Glass TTY VT220 Medium"), url(/_/Glass_TTY_VT220.ttf) format("truetype");
}

@font-face {
  font-family: 'VT323';
  font-style: normal;
  font-weight: 400;
  src: local('VT323'), local('VT323-Regular'), url(/_/LfMzj2MWAZU6qzlnp1MNbg.woff) format('woff');
}

*,img {
  margin:0;
  border:0;
  padding:0;
}

html,body {
 height:100%;
}

@keyframes scroll {
    0% { background-position:0px 0px; }
    99% { background-position:0px 640px; }
}
@-webkit-keyframes scroll {
    0% { background-position:0px 0px; }
    99% { background-position:0px 640px; }
}
@-moz-keyframes scroll {
    0% { background-position:0px 0px; }
    99% { background-position:0px 640px; }
}
@-ms-keyframes scroll {
    0% { background-position:0px 0px; }
    99% { background-position:0px 640px; }
}

@keyframes flicker {
    0% { opacity:0.99; }
    50% { opacity:1; }
}
@-webkit-keyframes flicker {
    0% { opacity:0.99; }
    50% { opacity:1; }
}
@-moz-keyframes flicker {
    0% { opacity:0.99; }
    50% { opacity:1; }
}
@-ms-keyframes flicker {
    0% { opacity:0.99; }
    50% { opacity:1; }
}

body {
    animation:flicker 0.1s linear infinite;
    -webkit-animation:flicker 0.1s linear infinite;
    -moz-animation:flicker 0.1s linear infinite;
    -ms-animation:flicker 0.1s linear infinite;

	background-color:black;
    background-image:url(/_/raster.png);
    background-repeat:repeat;
}

#totalbody {
    animation:scroll 10s linear infinite;
    -webkit-animation:scroll 10s linear infinite;
    -moz-animation:scroll 10s linear infinite;
    -ms-animation:scroll 10s linear infinite;

    background-color:transparent;
    background-image:url(/_/raster2.png);
    background-repeat:repeat;
}


.pdp11 {
	opacity:0;
	-o-opacity:0;
	-webkit-opacity:0;
	-moz-opacity:0;
	-khtml-opacity:0;
	filter: alpha(opacity=0);
}

.vt102 {
/*	opacity:0.99;
	-o-opacity:0.99;
	-webkit-opacity:0.99;
	-moz-opacity:0.99;
	-khtml-opacity:0.99;
	filter: alpha(opacity=99);
    */
}
body.vt103,body.vt103 img {
opacity:0.9;
}



h2,h3,#header a,#footer,.lnk,#social * {
	text-transform:uppercase;
}

pre {
	color: #30ff30;
	font-size:14pt;
	font-family:vt323;
}

body,a {
	color: #30ff30;
	font-size:14pt;
	font-family:vt323;
	text-transform: lowercase; /* yeah, i really like lowercase */
}

li {
    list-style:square outside url('ul.png');
    padding-bottom:4px;
    margin-left:26px;
}

li:first-child {
    margin-top:6px;
}

ul {
	padding-bottom:10px;
}

input,textarea {
	box-sizing: border-box;
	background:rgba(32,32,32,0.7);
	color:#30ff30;
	font-family:vt323;
	font-size:14pt;
	padding:3px;
}

input:focus,
textarea:focus {
	outline:1px solid rgba(48,255,48,0.5);
}

.commform tr td input[type=submit] {
    border:0;
    padding:5px;
	color:#30ff30;
}

.commform tr td {
	padding:0 5px;
	vertical-align:top;
}

#header {
  border-bottom: 1px solid #333;
  padding:5px;
  left: 0px;
  top: 0px;
  text-align:left;
  z-index:10;
  vertical-align:bottom;
  margin-bottom:10px;
}

#footer {
	bottom:0px;
	border-top: 1px solid #333;
	left:0px;
	text-align:left;
	z-index:10;
	width:100%;
    margin-top:30px;
}

#leftempty {
	margin-top:512px;
	text-align:center;
	color:#333;
}

#innerfooter {
   padding:5px;
}

#header a  {
	text-decoration:none;
}

.spacer {
	margin:40px;
}

.nimg {
  padding:0 !important;
}

#title {
	font-size:19pt;
	margin-left:4px;
}

h2, h2 a {
	margin-bottom:10px; 
	margin-top:15px;
}

h3 {
  margin-top: 14px;
  margin-bottom: 2px;
  border: 1px solid #30ff30;
  border-width: 0px 0px 1px 0px;
}

.tp {
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  margin-top:20px;
  margin-bottom:10px;
  background:#101010;
}

blockquote {
	text-indent: 25px;
	font-style:italic;
	margin-bottom:10px; margin-top:10px;
}

blockquote:before {
	content:"> ";
}

blockquote:after {
	content:" <";
}

.result {
  border-collapse:collapse;
  margin-top:10px;
  margin-bottom:10px;
}

.result th td {
  font-weight:bold;
  padding:5px;
}

.result tr td {
  border: solid 1px grey;
  padding:5px;
}

.itbl {
      width:100%;
      border:0;
}
.itbl tr {
margin-bottom:15px !important;
}

.itbl tr td {
  vertical-align:top;
  padding:0 10px 0 10px;
}
.tit {
  text-align:left;
  width:120px;
  border-right: 1px solid #003000;
}
.indexentry {
	padding:5px;
    margin-bottom:15px;
    border-radius:3px;
}
.indexentry:nth-child(odd) a {
    x-color:#00c000;
}

.indexentry:last-child {
margin-bottom:0;
}
.indexentry .lnk {
  font-size:19pt;
  font-weight:bold;
  text-decoration:none;
}
.indexentry .txt {
	text-decoration:none;
}
.spc {
      height:3px;
}
.info {
background:#F8FAFC url(info.png) no-repeat scroll 15px 5px;
border-bottom:2px solid #B5D4FE;
border-top:2px solid #B5D4FE;
padding:5px 20px 5px 45px;
text-align:left;
}
#mfwrapper{
width: 600px;
margin: 0 auto;
}
#mfleft{
float: left;
width: 250px;
}
#mfright{
float: right;
width: 350px;
}

.mftab{
}
.mfstretcher{
}
.mftab h2{
}

h2, h2 a {
font-size: 19pt;
font-weight:bold;
}

pre {
    padding-bottom:6px;
}

.twittd {
    width:300px;
    padding-left:10px;
    padding-top:7px;
    vertical-align:top;
	word-break:break-all;
}

table.twit tr td {
    padding-bottom:10px;
}

#blogdiv p {
    padding-bottom:10px;
}

#blogdiv p img {
    padding-top:8px;
    padding-bottom:8px;
}

table tr td.smaller {
	font-size:8pt;
}

.indexleft {
    font-size: 19pt;
    font-weight:bold;
    text-align:right;
   padding-top:6px;
   padding-right:6px;
   text-transform:uppercase;
}

#nocontact {
	color:red;
	font-size:22px;
	text-align:center;
}

.texticon {
    font-size:130%;
}

table.grid {
	border-collapse:collapse;
	margin-top:20px;
	margin-bottom:20px;
}
table.grid tr td {
	border:1px solid white;
	padding:3px;
}

pre.homebtn1 {
margin-top:-22px;
}
pre.homebtn2 {
margin-top:-10px;
}

.spc {
    height:30px;
}

.pic {
    margin-top:10px !important;
    margin-bottom:30px !important;
}

table.tablespaced tr td {
    padding-bottom:30px;
    padding-right:20px;
}
