body {
	background: #ffffff;
	color:#000000;
	margin:0;
	padding:0;
	font-size:62.5%;
	font-family:'Tahoma';
	text-align:center;
}

h1 {
	font-size:3em;
	font-family:'Georgia', 'Times New Roman';
	margin:0;
	padding:0;
	display:inline;
	font-weight:normal;
}


#contacts {
	margin-left:2.4em;
	font-size:1em;
}

.copyright {
	text-align:right;
	margin-right:13px;
}
a{
	color: #000;
	font-size:13px;
	font-family:'Georgia', 'Times New Roman';
	text-decoration: underline;
}

a:hover{
	color: #000;
	text-decoration: none;
}

a.hidden {
	text-decoration: none;
	color: #000000;
	cursor:default;
}


