#one {
	color:#FFFFFF;
	height:500;
	width:500;
	background:red;
	}

#two {
	
	color:white;
	}

.lightsOff {
	color:black;
	}

a.lightsOn {
	color:white;
	text-decoration:none;
	}

a.lightsOff {
	color:black;
	text-decoration:none;
	}

a.lightsOff.active {
	color:black;
	}

a.lightsOff.visited {
	color:black;
	}
	
a.lightsOn.active {
	color:white;
	}

a.lightsOn.visited {
	color:white;
	}

a.scream {
	color:black;
	text-decoration:none;
	font-family:Gigi;
	font-size:60px;
	font-weight:900;
	}

#three {
	}

#four {
	}

#five {
	color:black;
	text-decoration:none;
	}

/* 10 paths section. start out with a 500x500 box and degrade by 50 for 7 pages, then inrease by 175 per page until end is reached.*/

p.text {
	text-align:center;
vertical-align:middle;
	font-size:35px;
	}


#path1 {
	background:gray;
	height:500px;
	width:500px;
	margin-left:auto;
	margin-right:auto;
	}

#path2 {
background:gray;
	height:440px;
	width:440px;
	margin-left:auto;
	margin-right:auto;
	}

#path3 {
background:gray;
	height:380px;
	width:380px;
	margin-left:auto;
	margin-right:auto;
	}

#path4 {
background:gray;
	height:320px;
	width:320px;
	margin-left:auto;
	margin-right:auto;
	}

#path5 {
background:gray;
	height:260px;
	width:260px;
	margin-left:auto;
	margin-right:auto;
	}

#path6 {
background:gray;
	height:200px;
	width:200px;
	margin-left:auto;
	margin-right:auto;
	}

#path7 {background:gray;
	height:140px;
	width:140px;
	margin-left:auto;
	margin-right:auto;
	}

#path8 {background:gray;
	height:340px;
	width:340px;
	margin-left:auto;
	margin-right:auto;
	}

#path9 {background:gray;
	height:540px;
	width:540px;
	margin-left:auto;
	margin-right:auto;
	}

a {
	font-color:black;
	text-decoration:none;
	}
