* {
    margin: 0;
    padding: 0;
}
body {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: small;
    background: #FFFFFF;
    position:relative;margin:0;padding:0;
    text-align: center;
    color: #333;
}

#language a {
	font-size: 16px;
	text-decoration: none;
	color: #7B7B7B;
	font-weight: bold;
	}

#language a:link {
	font-size: 16px;
	color: #7B7B7B;
	font-weight: bold;
	}

#language a:visited {
	font-size: 16px;
	color: #7B7B7B;
	font-weight: bold;
	}

#language a:hover, #links a:active {
	font-size: 16px;
	color: #414141;
	font-weight: bold;
	}
	
#contact a {
	font-size: 10px;
	text-decoration: none;
	color: #C1C1C1;
	font-weight: bold;
	}

#contact a:link {
	font-size: 10px;
	color: #C1C1C1;
	font-weight: bold;
	}

#contact a:visited {
	font-size: 10px;
	color: #C1C1C1;
	font-weight: bold;
	}

#contact a:hover, #links a:active {
	font-size: 10px;
	color: #C1C1C1;
	font-weight: bold;
	}
