body {
	font-family: Arial, sans-serif;
	background: #f8f8f8;
	color: #222;
	margin: 0;
	padding: 20px;
	line-height: 1.5;
	cursor: default;
	user-select: none;
}

.spoiler {
	color: black;
	background: black;
	user-select: all;
	display: inline-block;
	max-width: 100%;
	overflow-wrap: break-word;
	word-break: break-word;
/*	padding: 10px; */
}


.spoiler:hover {
	color: red;
	background: black;
}

h1, h2, h3, h4, h5, h6, p {
	padding: 0px;
	margin: 0px;
}

a {
	color: blue;
	text-decoration: none;
}

a:hover {
	color: blue;
	text-decoration: underline;
}

a:active {
	color: black;
	text-decoration: none;
}

.message {
	background: silver;
	padding: 10px;
	padding-left: 20px;
	font-weight: bold;
}

.cc {
 	resize: none;
	width: 900px;
	height: 300px;
}