@charset "utf-8";
/* CSS Document for photo gallery */

body {
	color: #FFF;
	background-color: #399;
}

	
.copyright {
	font-size: 10px;
	font-style: italic;
	text-align: center;
}

h1 {
	font-size: 24px;
	font-style: normal;
	color: #000;
	margin: 0px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
h3 {
  font-size: 18px;
  font-style: italic;
  color: #000;
  text-align: center;

	
}

a:link {
    }
	
a:visited {
	color: #90C;
    }
	
a:hover {
	color: #FF3;
    }
	
#footer {
    text-align: center;
    font-size: 80%;
    border-top: 1px solid #FFF; 
}
