﻿body
{
    background-image: none;
    background-color: #3399ff;

}
body /* Internet Explorer */ 
{ 
text-align: center; 
}

body /* Mozilla Firefox alignment */ 
{ 
text-align: -moz-center;
min-height: 100%;
 
} 
.p1
{
    float: left;
    margin-left: 36px;

}
.p2
{
    float:none;
    }
.p3
{
    float: right;
    margin-right: 15px;
}
.service a:link
{
    color: white;
}
.service a:visited
{
    color: white;
}
.service a:hover
{
    color: white;
}
.mainmenu a:link
{
    font-weight: bold;
    font-size: large;
    color: #ffffcc;
}
.mainmenu a:visited
{
    font-weight: bold;
    font-size: large;
    color: #ffffcc;
    }
.mainmenu a:hover
{
    font-weight: bold;
    font-size: large;
    color: #ffffcc;
    }
.panelleft
{
    azimuth:leftwards;
    
    float: left;
    
}
.panelright
{
    margin-right:40px;
    float:right;
    
    }