body { 
    background: #C0DEED url('http://a0.twimg.com/images/themes/theme1/bg.png') repeat-x;
    background-position: 0 0;
    padding-top: 0;
}

a {font-family: Arial, Helvetica, sans-serif; color: #0000FF; text-decoration: none; cursor: hand}
a:hover {font-family: Arial, Helvetica, sans-serif; color: #FF0000; text-decoration: none; cursor: hand}

table.mainTable {
    width: 729px;
    float: center;
}

.title {
    color: rgb(51, 51, 51);
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 48px;
    font-weight: normal;
    line-height: 1.1;
    background-color:white;
    
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    /* border: 1px solid #000; */
    border: 0;
    padding: 10px;
}

.title p {
    margin: 0;
}


/*
ul {
    list-style-type:none;
    list-style-type : disc;
    list-style-image: url("images/q-handwriting.png");
}
*/



/* .qlist { */
ul {
    /*background-color: white;*/
    font-size: 24px;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
}
li {
    align:left;
}

.right {
    float: right;
}

.round {
    background-color: #FFFFFF;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 0px solid #000;
    padding: 10px;
    margin: 10px;
}
