.title h1{
    color: silver;
    font-family: 'Kelly Slab', cursive;
    text-shadow: 1px 1px black;
    margin: 17px;
    width:700px;
    font-size: 32px;
}
.title{
    background-color: white;
    border: 1px solid gray;
    margin-top: 5px;
    padding-bottom: 7px;
    width: 945px;
	box-shadow: 1px 1px 2px;
}
.title a{
    font-family: 'Kelly Slab', cursive;
    background-color: white;
    border: 1px solid gray;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 1px 1px 2px;
    float: right;
    margin-right: 20px;
    margin-top: 20px;
    padding: 5px;
    text-decoration: none;

}
textarea{
    width: 372px;
    height:430px;
    box-shadow: 1px 1px 2px;
}
#textOut{
    width: 372px;
    height: 431px;
    box-shadow: 1px 1px 2px;
    padding: 5px;
    margin: 0.5em 0;
    background-color: #FFFFFF;
    border: 1px solid #BBBBBB;
    color: #000000;
    font-family: Verdana;
    overflow: auto;
}
ul{
    list-style: none;
    margin:100px 0 0 0;
    padding:0;
}
ul li{
    margin-bottom: 20px;
}

ul li a{
    padding:4px;
    display: block;
}
ul li a:hover{
    /* border: 1px solid black;*/
    box-shadow:1px 1px 5px black;

    padding:2px\0/;
    border: 2px inset #D3D3D3 \0/;

    *padding:3px;
    *border:1px solid #D3D3D3;
}
.options{
    text-align: center;
}
#loading{
    display:none;
    margin-top: 185px;
}
.ad{
    color: gray;
    font-family: Times New Roman;
    font-size: 14px;
    font-weight: bold;
    margin: 20px 0 5px 0;
    width: 728px;
}
h2{
    color:gray;
    font-family: 'Kelly Slab', cursive;
}
.p2{
    margin-top:5px;margin-bottom:0px;
}
.ad-box{
  float:left;
  margin-right: 15px;
}