html
{
    margin: 0px;
    padding: 0px;
}

body
{
    margin: 0px;
    padding: 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #000000;
    /*background: url('images/body_bkg.jpg') repeat-x;*/
}

/* basic selectors */
a.adtext
{
    color: royalblue;
    text-decoration: none;
}
a.adtext:hover
{
    color: royalblue;
    text-decoration: none;
}
a:link
{
    color: royalblue;
    text-decoration: none;
}
a:visited
{
    color: royalblue;
    text-decoration: none;
}
a:active, a:hover
{
    color: #660000;
    text-decoration: none;
}
th
{
    vertical-align: top;
}
td
{
    vertical-align: top;
}
h1
{
    font-size: 2em;
    margin: 0px;
    padding: 0px;
}

h2
{
}

h3
{
}

h4
{
}

h5
{
}

h6
{
}

img
{
    border: 0px;
}
hr
{
    color: #ccc;
    height: 1px;
    margin: 0px;
    padding: 0px;
}
table
{
    font-size: 100%;
}
code
{
    color: #6c0;
    font: 100% "Courier New" , Courier, monospace;
}
form
{
    margin: 0px;
    padding: 0px;
}
input, textarea, select
{
    font-family: 100% Verdana, Arial, Helvetica, sans-serif;
}

