p.anagram {
	font-style: italic;
	font-weight: bold;
	margin-left: 8em;
	margin-right: 8em;
	text-align: center;
	color: #ffffcc;
	background: red;
	border: none;
	font-size: large;

}

p.cred { margin:left: 2em;
      font-size: smaller;
      font-style: regular;
      color: red 
}

.note { font-size: small;
	font-style: italic;
}

p.button {
	text-align: center;
	font-family: sans-serif;
	font-weight: bold;
	background: gray;
	color: black;
} 


