/* hello, friend. this is moonball typing. */

/* you may use this source code to gather css knowledge, play around and perhaps learn from my mistakes ;) */

/* if this has helped you (or not) i'd love to know! send me some mail: moonball at echoing dot org */

html, body {
        margin: 0px; 
        color: #006699;
        background: #000000;
        font-family: georgia, palatino, times new roman, serif;
        font-size: 12px;}

p {
font:10px arial,helvetica,sans-serif;
margin-left: 10px;
margin-right: 20px;
padding: 10px;
}

a:link {
color: #6699cc;
text-decoration: none;} 

a:visited {
color: #99ccff;
text-decoration: line-through;}

a:hover {
color: #6699cc;
background-color: #ffffff;}

a:active {
background-color: #6699cc;}

blockquote {  
font:10px arial,helvetica,sans-serif;
border-bottom: 3px double #6699cc;
border-top: 3px double #6699cc;
padding: 15px;
text-align: center
}
h1 {
font: small-caps bold 16px/20px Verdana, Arial, Helvetica, sans-serif; letter-spacing:2px;;
color: #ffffff;
}

#pilot {
position: absolute;
left: 50px;
top: 100px;
width: 200px;
height:110px;
border: 1px dashed white;
}

#moonball {
position: absolute;
left: 270px;
top: 25%;
width: 400px;
height:100px;
}