/* Create two equal columns that floats next to each other */
body {
    margin: 10px 30px;
}

p {
    font-family: Verdana;
    text-align: justify;
}

h1 {
    font-family: Verdana;
    font-size: 32px;
}

h2 {
    font-family: Verdana;    
}

a {
    text-decoration: none;
}

a:link {
    color: blue;
}

a:visited {
    color: blue;
}

a:hover {
    color: white;
    background-color: #050;
}

.service {
    float: center;
    width: 90%;
    padding: 5px;
    border: 2px solid black;
    border-radius: 10px;
    background-color: #cfc;
}

div.contact {
    float: right;
}

i {
    color: blue
}

.languages {
    float: right;
}

li.current-langage {
    background-color: #007F77;
    color: #FFFFFF;
    border: #FFFFFF;
}

li{
    float: right;
    display: block;
    text-align: center;
    padding: 4px 16px;
    text-decoration: none;
    background-color: #CCCCCC;
}

tr {background-color: #F2F2F2;}

div.allfooter {
	float: right;
	bottom: 10px;
	font-size: small;
	border: 1px solid #777777;
}
