body, p{
  color:white;
  font-size:12px;
}

#note{
	font-size:11px;
	max-width:640px;
	border:2px dotted black;
	background-color: black;
	padding:10px;
	color:red;
	margin:auto;
	margin-bottom:10px;
}

#textwrapper{
	text-align:left;
	margin: 10px;
	max-width:640px;
	
}

