
body {
    background-color: #000;
    color: #fff;
    font-family: Courier, "Courier New", Monospace, Arial;
    font-size: 12pt;
    line-height: 120%;
    font-weight: bold;
}

#main {
	position: absolute;
	top: 12px;
	left: 120px;
	width: 830px;
	height: 503px;
}

#info {
    width: 830px;
    text-align: right;
}

.bar {
    background-color: #FF0000;
    width: 100%;
    height: 10px;
    padding-left: 10px;
}

h2 {
    font-size: 12pt;
    color: #FFFFFF;
    padding: 0;
    border: 0;
    margin: 0;
}

h3 {
    font-size: 12pt;
    color: #FFFFFF;
    padding: 0;
    border: 0;
    margin: 0 10px 0 0;
    float: left;
}

a, a:visited {
    color: #0f0;
    text-decoration: none;
}

a:hover, a:active {
    text-decoration: underline;
}

pre {
    font-size:12pt; 
    letter-spacing:80%; 
    line-height:45%; 
    font-weight:bold;
}

.beep {
	color: #FFFFFF; 
	line-height:80%;
	padding: 10px 0 10px 0;
}
