/* 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 */
/* possible text colour: #C0C9C6 (that's a note to myself, by the way) */

body,html {
margin: 0; 
padding: 0;
height: 100%;
background: #fff;
color: #000;
font: 11px Tahoma, Helvetica, Arial, san-serif;
}

#contain {
margin: 20px auto;
padding: 20px;
min-height: 600px;
width: 600px;
text-align: center;
border: 1px solid #d5e3ec;
}

#mapless {
margin: 0px;
padding: 20px;
height: 50px;
}

#mapless ul {
margin: 0px;
padding: 0px;
list-style-type: none;
text-align: center;
}

#mapless ul li {
display: inline;
}

#mapless ul li a {
padding: .2em 1em;
}

h1 {
color: #464f56;
font 14px bold;
font-variant: small-caps;
text-align: center;
}

h2 {
color: #464f56;
font 12px;
font-variant: small-caps;
text-align: center;
}

p {
text-align: justify;
}

p.center {
padding: 10px;
text-align: center;
}

ul, li {
list-style-type: circle;
text-align: left;
}

a:link {
text-decoration:none;
color: #606f74;
border-bottom: 1px solid #606f74;
}

a:active {
text-decoration:none;
color: #d5e3ec;
border-bottom: 1px solid #606f74;
}

a:visited {
text-decoration:none;
color: #000;
border-bottom: 1px solid #606f74;
}

a:hover {
text-decoration:none;
color: #000;
background: #606f74;
border-bottom: 1px solid #000;
}

input,select,textarea {
text-align: right;
color: #2b3030;
font: 11px arial, helvetica, sans-serif;
border: 2px solid #2b3030;
}

img {
border: none;
}