	p,
	h1,
	h2,
	h3,
	h4,
	label {
	    text-align: center;
	    padding: 0;
	    margin: 0;
	}
	
	p {
	    color: black;
	    font-family: Times;
	    font-size: 1.2em;
	    text-indent: 0;
	    line-height: 1;
	    text-decoration: none;
	}
	
	h1 {
	    font-family: Times;
	    font-size: 250%;
	    text-indent: 0;
	    color: black;
	}
	
	h2 {
	    font-family: Arial;
	    font-size: 150%;
	    text-indent: 0;
	    color: black;
	}
	
	h3 {
	    color: white;
	    font-family: Times;
	    font-size: 16px;
	}
	
	h4 {
	    color: white;
	    font-family: Arial;
	    font-size: 40px;
	    text-shadow: 7px 7px 7px #000000;
	    filter: dropshadow(color=#000000, offx=7, offy=7);
	}
	
	label {
	    color: black;
	    text-align: left;
	    font-family: Times;
	    font-size: 1em;
	}
	
	.oldname {
	    color: blue;
	    font-size: 1em;
	}