/* 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 */
/* especially since this CSS was thrown together in 2005; surely it could be optimized ;)  */


body,html {
margin: 0;
padding: 0;
color: #fff;
text-align:justify; 
font-size:12px;
line-height: 1.2em;
font-family: "Lucida Grande","Lucida Sans Unicode",Arial,sans-serif;
background: #000;
}

h1 {
padding:0;
margin:0;
text-align:center;
font-size:16px;
}

p {
margin:9px 0 0 0;
padding:0;
font-size:12px;
line-height:18px;
}

/* styles for IE 5 Mac */
#centerwrap {
background:#C6D7E1;
width:720px;
height:420px;
margin:10px auto;
position:relative;
}
	
#content {
background:#889EAC;
position:absolute;
top:10px;
left:10px;
height:380px;
width:670px;
padding:10px 20px 10px 10px;
overflow:auto;
}

#questions {
margin: auto;
width:400px;
text-align:justify;
font-size:12px;
line-height:18px;
}

/* commented backslash hack  - invisible to IE 5 \*/
#centerwrap {
background:#C6D7E1;
position:absolute;
margin:-210px 0 0 -360px;
left:50%;
top:50%;
}

/* end hack */

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

a:visited {
text-decoration:none;
color: #C3DAE2;
}

a:hover {
text-decoration: none;
color: #fff;
background: #C6D7E1;
border-bottom: 1px dashed #fff;
}

a:active {
text-decoration:none;
color: #C3DAE2;
}

input, textarea, select {
color: #fff;
background: #000;
font: 11px "Lucida Grande","Lucida Sans Unicode",Arial,sans-serif;
border: 1px solid #C6D7E1;
}

.center {
text-align: center;
}