div#wrapper{
display:block;
}
a.l{
color:blue;
text-decoration:none;
}
a{
color:black;
text-decoration:none;}
#title{
font-size:50px;
}
#spacer{
height:0px;
}
button#run{
height:50px;
cursor:pointer;
position: relative;
top:-20px;
}
textarea{
resize:none;
width:370px;
height:45px;
background-color:#eee;
/*text-align:right;*/
}
body{
background-color:#eee;
/*text-shadow: 2px 2px #aaa;*/
}
strong.credits{
font-size:30px;
color: #555;
}