/* Main CSS Stylesheet for readybasic.com
   Copyright 2007, Kevin Matz, All Rights Reserved. */




/* ======= ALL ELEMENTS ====== */
img{border:none;}





/* ======= BODY ======= */

body
{
    margin: 0;
    padding: 0;
    /* margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px; */
    /* background-color: white; */
    background-color: #777777;
    font-family: "verdana", "helvetica", "arial", "sans-serif";
    font-size: 11px;
}


p, h1, h2, h3, table, td, th, ul, ol, textarea, input
{
   font-family: "verdana", "helvetica", "arial", "sans-serif";
   font-size: 11px;
}

/* #bodypanel */

td.bodypanel
{
    background-color: white;
}


