/* identity.css */

body {
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: 1b1b1b;
}

.maintable {
	width: 600px;
}

#construction {
	color: #d7d7d7;
}

.adress {
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	}


a:link, a:active, a:visited { text-decoration: none; color: #1b1b1b; }
a:hover { text-decoration: none; color: #009ee0; }
