/* general */
body {
	margin: 10px;
	padding: 0;
	background-color: #515151;
	font-family: helvetica, sans-serif;
	font-size: 1em;
	color: #000;
}

.ti {
	color: #fff;
	font-size: 2em;
	text-align: center;
	font-weight: 100;
}

.rest {
	font-size: 1em;
	text-align: center;
	font-weight: 100;
}

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

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

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

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