﻿body 
{
    background-color:White;
    font-family: Verdana,arial;
    font-size: 11px;
    color: Black;
    margin:0px;
    text-align:center;
}
#container
{
    width:590px;
    margin: 0 auto;
}
h1
{
    font-family: Verdana,arial;
    font-size: 11px;
    color: Black;
    font-weight: normal;
    margin: 0px;
    float:left;
}
h2
{
    font-family: Verdana,arial;
    font-size: 11px;
    color: Gray;
    font-weight: normal;
    margin: 0px;
    float: none;
}
.textarea
{
    margin-top:10px;
    text-align:left;
    width: 350px;
}
.textfooter
{
    margin-top:10px;
    text-align:center;
    width: 350px;
    float:left;
    color: Gray;
}
a.link
{
    font-family: Verdana,arial;
    font-size: 11px;
    color: blue;
    text-decoration:underline;
}
a.link:hover
{
    color: Maroon;
}
a.home
{
    display:block;
    float: left;
    width: 46px;
    height: 25px;
    background-image: url(images/home_u.gif);
    border: none;
}
a.home:hover
{
    background-image: url(images/home_d.gif);
}
a.websitedesign
{
    display: block;
    float: left;
    width: 81px;
    height: 25px;
    background-image: url(images/webdesign_u.gif);
    border: none;
}
a.websitedesign:hover
{
    background-image: url(images/webdesign_d.gif);
}
a.websitehosting
{
    display: block;
    float: left;
    width: 60px;
    height: 25px;
    background-image: url(images/hosting_u.gif);
    border: none;
    margin-top:-9px;
}
a.websitehosting:hover
{
    background-image: url(images/hosting_d.gif);
}
a.aboutus
{
    display: block;
    float: left;
    width: 68px;
    height: 25px;
    background-image: url(images/info_u.gif);
    border: none;
}
a.aboutus:hover
{
    background-image: url(images/info_d.gif);
}
a.contactus
{
    display: block;
    float: left;
    width: 81px;
    height: 25px;
    background-image: url(images/contact_u.gif);
    border: none;
}
a.contactus:hover
{
    background-image: url(images/contact_d.gif);
}
