body
{
	background-color: #d9b3ff;
	font-family: "American Typewriter";
	text-align: center;
	margin-left: 20%;
	margin-right: 20%;
}

h1
{
	text-align: center;
	color: blue;
	font-size: 75px;
	margin-bottom: 25px;
}

.intro
{
	text-align: center;
	color: #0000b3;
	font-size: 20px;
}

h2
{
	color: #cc0099;
}

.radiospace
{
	margin-left: 30px; /*spreads out radio buttons*/
}

.underline
{
	text-decoration: underline;
}

.hidden
{
	display:none;
}

.show
{
	display: block;
}
