body { 
background: #000000; 
color: #ffe000; 
font-family: "lucida console", monospace; 
margin: 6% 12%;
font-size: 80%;
line-height: 1.4;
}



p {
text-align: left;
text-indent: 0.5em;
}

.first:first-letter { font-size: xx-large; }

ol { text-align: left; }
/*td { font-size: 80%; }
*/
h3 { text-align: left; }

a:link { color: #c0e0ff }
a:visited { color: #80c0ff }
a:hover { color: #e0f0ff }

b { color: white; }

#welcome-message {
/*height: 140px;*/
overflow: visible;
margin: 0 0 12px 0;
}

.card {
background: #000040 url(/images/card_hole.gif) bottom center no-repeat; 
padding: 32px; 
padding-bottom: 48px; 
margin: 24px 0; 
}

.prompt-user {
color: #c06000;
}
.prompt-host {
color: #00ff00;
}
.prompt-address {
color: #ffff00;
}
.prompt {
color: #ffffff;
}
.blink { 
text-decoration: blink; 
}

img.portrait-main {
float: right;
margin: 0 0 16px 16px;
}

p.tty {
font-family:"Courier New", Courier, monospace;
font-size: 14px;
color: #c0c0c0;
text-indent: 0em;
}