html, body {
	padding: 0;
	margin: 0;
}

.wrapper {
	padding: 10px;
}

.de-input {
	text-align: center;
}

.de-textarea {
	width: 100%;
}

/* a без href */
a:link { text-decoration: none }
a:active { text-decoration: none }
a:visited { text-decoration: none }
a { cursor: pointer; color: blue; }