﻿body 
{
    font-family : "Georgia";
    font-size: 13px;
    
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    width:1024px;
    height: 100%;
    margin: auto;
}

.companyname
{
    font-size: 21px;
    font-weight : bold ;
    color: #0000FF
    
    
} 

.menu
{
    font-size: 15px;
}

h1
{
    font-size: 18px;
    font-weight: bold;
}

.contact
{
    font-size: 12px;
}

.content
{
    font-size: 13px;
}

a:link 
{
    COLOR: #1A3F31;
}
a:visited 
{
    COLOR: #2a654f;
}
a:hover 
{
    COLOR: #0000FF;
}
a:active 
{
    COLOR: #0000FF;
}

.contentbg { background-image: url(backgrd.jpg); background-repeat: no-repeat; }


