body{
	font-family: Arial;
	background-color: #ffff99; /* yellow*/
	color:#ffff99; 
	background-color: #ffff66; 
	-webkit-background-size: cover; 
	-o-background-size: cover; 
	background-size: cover; 
	text-align: centre;  

}
body {
    color: #000000; /* black */ 
    text-align: centre; 
} 

h1 {
    color: #000000; /* black */ 
    text-align: centre; 
} 

div.content {
	width: 750px;
	margin: auto;
	
}

div.navigation {
	background-color:  #ffff99; /* yellow*/
	color: #ffff99; /* yellow*/
	padding: 10px;
	text-align: center;
}

div.main {
	background-color: #ffff99; /* yellow*/
	padding: 10px;
	text-align: centre; 
	
}

div.footer {
	background-color: #ffff99; /* yellow*/
	color: #000000; /* black */
	padding: 10px;
	text-align: right;
}

div.center_it{
	text-align: centre;
}

div.image_info{
	text-align:center;
	
}

div.cap_pic{
	float:left;
 	text-align: centre; 
}

div.caption{
	width: 350px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	padding: 5px;
}

/* Navigation links */
a.nav{font-weight: bold;}
a.nav:link{color:#ffffff;}
a.nav:visited{color:#767676;} /*Medium grey*/
a.nav:hover{color:#ffA340;} /* pale gold */
a.nav:active{color:#ffA340;}

/* page links */
a{font-weight: bold;}
a:link{color:#ffff99;} /* yellow*/
a:visited{color:#767676;} /*Medium grey*/
a:hover{color:#ffA340;} /* pale gold */
a:active{color:#ffA340;} /* pale gold*/