﻿body 
{
    width:830px;
    margin-left:auto;
    margin-right:auto;
    font-family: Tahoma, Verdana, Arial, Times;
    font-size:12px;
    line-height:130%;
    color:White;
    background-color:Black;
}
#header
{
    width:810px;
    height:30px;
    margin-left:auto;
    margin-right:auto;
    background-image:url(images/dating_header.gif);
    background-repeat:no-repeat;
    padding-top:45px;
    padding-right:20px;
    text-align:right;
    font-size:14px;
}
#header a
{
    text-decoration:none;
    font-size:12px;
    font-weight:bold;
    color:White;
}
#header a:hover
{
    text-decoration:none;
    font-size:12px;
    font-weight:bold;
    color: Orange;
}
#maincontent
{
    width:830px;
    margin-left:auto;
    margin-right:auto;
}
#maincontent a
{
    text-decoration: none;
    color: White;
}
#maincontent a:hover
{
    text-decoration: none;
    color: Yellow;
}

