h1 {
	font-family: futura;
	}

header {
	background: rgb(204,153,204);
background: linear-gradient(0deg, rgba(204,153,204,1) 0%, rgba(153,153,204,1) 6%);
	}

body {
	background-color: #CC99CC;
	}

h2, ul, p { 
	font-family: helvetica;
	}

.specname {
	color: white;
	font-size: large;
	background-color: purple;
	}

