html
{
	background-color: #1d8dcf;
	font-family: 'Times New Roman';
}

body
{
	width: 1000px;
	margin: 10px auto;
	text-align: center;
}

h1
{
	font-size: 32px;
}

h2
{
	font-size: 24px;
}

a
{
	color: black;
	font-weight: bold;
	text-decoration: none;
}

a:hover
{
	color: white;
}

.witch
{
	display: inline-block;
	margin: 5px;
	width: 125px;
	background-repeat: no-repeat;
	background-position: center center;
}

.witch span
{
	font-weight: bold;
	font-size: 16px;
}

#copy
{
	font-size: 11px;
}
