.backtext {
	color: gainsboro;
	font-family: Comic Sans MS, Helvetica;
	font-size: xx-large;
	font-weight: bold;
	}

.name {
	color: darkslategray;
	font-family: Andy, Comic Sans MS, Helvetica;
	font-size: xx-large;
	font-weight: bold;
	}

.header {
	color: gold;
	background: royalblue;
	font-family: Comic Sans MS, Helvetica;
	font-size: larger;
	font-weight: bold;
	}

.picitem {
	color: black;
	font-size: smaller;
	}

.urlitem {
	color: black;
	font-size: smaller;
	font-style: italic;
	}


body	{
	color: black;
	background: white;
	}

