
body {
    background-color: #C4CACC;

    border-style: solid;
    border-color: black;
    border-width: 2px;

}

h1 {  
	font-size: 70px;
}


h3 {  
	font-size: 30px;
	margin-left: 30px;
}

h4 {  
	font-size: 30px;
	margin-left: 30px;
}



p.one { 
	color: blue; 
	font-size: 30px; 
	margin-left: 55px; 
	margin-right: 20px;
} 

p.four { 
	text-align: right; 
}	 

p.five {

	margin-left: 30px;
	border:2px black solid;
	width: 67px;

}  

p.six { 
	color: black; 
	font-size: 30px;
} 

p.seven { 
	color: black; 
	font-size: 30px;
} 

p.eight { 
	color: blue; 
	font-size: 30px;
	margin-left: 30px;
}

#Poster { 
	color: black; 
	font-size: 30px;
}  

div { 
	font-size: 30px; 
	text-align: center; 
}

a[href]  { 
	color: blue;
}

.hover_img a { 
	position: relative; 
	

}

.hover_img a span {
 	position:absolute; 
 	display:none; 
 	z-index:99; 
}

.hover_img a:hover span { 
	display:block; 
	position: fixed; 
	left: 0px;
	top: 0px;

	}
 


.hovering a { 
	position: relative; 
	
}

.hovering a span {
 	position:absolute; 
 	display:none; 
 	z-index:99; 
}


.hovering a:hover span { 
	display:block; 
	position: fixed; 
	left: 0px;
	top: 0px;

}
#myCol {
	color:black;

}








/* .apple p:hover {  

 	background-image: url('Earlylabel.PNG'); 
 				
 }
*/

