body {background-color: #000; font-family: trebuchet ms, sans-serif; transform: perspective(0px); overflow-x: hidden;}

p {text-indent:50px;}

.crt::before {content: " "; display: block; position: fixed; top: 0; left: 0; bottom: 0; right: 0; background: linear-gradient(rgba(18, 16, 16, 0) 50%, rgba(0, 0, 0, 0.25) 50%), linear-gradient(90deg, rgba(255, 0, 0, 0.06), rgba(0, 255, 0, 0.02), rgba(0, 0, 255, 0.06)); z-index: 2; background-size: 100% 2px, 3px 100%; pointer-events: none;}
.crt::after {content: " "; display: block; position: fixed; top: 0; left: 0; bottom: 0; right: 0; background: rgba(18, 16, 16, 0.1); opacity: 100; z-index: 2; pointer-events: none; animation: flicker 0.15s infinite;}

.glow {color: #2df013; animation: glow .027s ease-in-out infinite alternate;}

@-webkit-keyframes glow {
  from {text-shadow: 0 0 10px #2df013;}
  to {text-shadow: 0 0 10px #00ad00;}}

a:link, a:visited {color: #2df013; background-color: transparent; text-decoration: none;}
a:hover, a:active {color: #29ff0d; background-color: transparent; text-decoration: underline;}


.music {width:168px; height:300px; background-image: url("musicbar.gif"); text-align: center; margin-top:-5px; margin-left:-7px;}

.comeonman {line-height:20px; margin-top:5px; margin-bottom:5px;}