@CHARSET "UTF-8";

* {
    margin: 0;
    padding: 0;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}
.hidden {
	display: none;
}
body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: black;
}

a, a:visited {
	color: darkblue;
	font-weight: normal;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}





#box_footer {
    color: darkgrey;
    font-size: 0.8em;
    text-align: center;
}

#box_footer a {
    color: darkgrey;
    font-weight: bold;
}
