body {
	text-align:center;
	background-color: #800080;
	font-family: Helvetica;
	color: #ffffff;
	margin: 0;
	font-size: 21px;
}

h1 {
	color: #30A9FF;
	font-size: 4em;

	background-color: #000000;
	margin: .25em 0em;
}

h1 #logo{
	font-family: Impact;
	font-weight: lighter;
}


sub#dot {
	font-size:x-small;
	vertical-align:bottom;
}

a {
	color: #85D6FF;
}

a:hover {
	color: #C7C7FF;
	text-decoration: none;
}

#pluralized {
	font-size:5em;
	background-color: #5B0085;

	padding: .025em .25em;
}

button {
	font-size: 1em;
	cursor: pointer;
}

input {
	font-size: 1.3em;
}


label:after {
	content: ":";
}

label {

}