@charset "utf-8";
/* CSS Document */

h1
{
 font-size:42px;
}

.header
{
style="float:left;
margin-left:15px;
text-shadow:green;
text-shadow: 3px 3px 3px #255;"
}

.addShadowPar
{
text-shadow:green;
text-shadow: 1px 1px 1px #255;"
}
.addShadow
{
text-shadow:green;
text-shadow: 3px 3px 3px #255;"
}
.hiddenPar
{
margin-left:45;
background:none;
-moz-border-radius: 5px;
border-radius: 4px black;
-moz-box-shadow: 5px 5px 5px black;
-webkit-box-shadow: 5px 5px 5px black;
box-shadow: 7px 5px 5px black;

}
a:hover
{
color:#578;
}
a:visited
{
color:red;
}
.contact
{
float:left;
margin-top:35px;
margin-left:0px; 
margin-right:300px;
-moz-border-radius: 40px;
border-radius: 15px;
-moz-box-shadow: 0 0 5px #888;
-webkit-box-shadow: 0 0 5px #888;
box-shadow: 0px 0px 15px #000;
}
.content
{
float:left;
margin-top:35px;
margin-left:50px; 
margin-right:200px;
size:400px;
-moz-border-radius: 40px;
border-radius: 40px;
-moz-box-shadow: 0 0 5px #888;
-webkit-box-shadow: 0 0 5px #888;
box-shadow: 0px 0px 15px #000;
}

.services
{
float:left; 
margin-top:45px;
margin-left:50px; 
margin-right:200px;
-moz-border-radius: 40px;
border-radius: 25px;
-moz-box-shadow: 0 0 5px #888;
-webkit-box-shadow: 0 0 5px #888;
box-shadow: 0px 0px 15px #000;
}