/* hello, friend. this is moonball typing. */

/* moonball = echo */

/* 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 */
/* same goes for any suggestions you have for improvements and the like */

body,html {
margin: 0;
padding: 0;
background: #000;
color: #3f3f3f;
font: 11px Geneva, Arial, Helvetica, san-serif;
}

#moonball {
background: #fff;
border: 3px #3f3f3f solid;
bottom: 33%;
height: 33%;
left: 33%;
overflow: auto;
position: absolute;
right: 33%;
top: 33%;
width: 33%;
}

.center {
text-align: center;
}

h1 {
text-align: center;
font: 13px Geneva, Arial, Helvetica, san-serif;
}

p {
margin: 3px;
padding: 3px;
}

a:link {
text-decoration: none;
color: #575757;
border-bottom: 1px solid #608AA8;
}

a:active {
text-decoration: none;
color: #608AA8;
border-bottom: 1px solid #575757;
}

a:visited {
text-decoration: none;
color: #000;
border-bottom: 1px solid #608AA8;
}

a:hover {
text-decoration: none;
color: #608AA8;
border-bottom: 1px solid #000;
}