/* ==========================================================
 *  index page stylesheet
 *
 *
 * ========================================================== */

/* ------------------------------------
 * selector globals
 * selector pseudo-classes
 * ------------------------------------ */
body {
    font-family: verdana;
    font-size: 12px;
    background-color: #000000;
}

a:link, a:visited, a:hover, a:active {
    text-decoration: none;
}


/* ------------------------------------
 * selector.classes
 * ------------------------------------ */


/* ------------------------------------
 * selector #ids
 * ------------------------------------ */

#index_quote {
    font-size: 14px;
    background-color: #000000;
    padding: 10px 10px 10px 10px;
    text-align: center;
}
#index_quote_author {
    font-size: 12px;
  }


