#photos {

	width: 800px;

	margin: 0px auto;

}

body {

	font: 80% "Trebuchet MS", Arial, geneva, helvetica, sans-serif;

	background: #206584;

	color: #FFFFFF;

}

h1 {

	text-align: center;

	font-weight: normal;

}

p {

	text-align: center;

}

a:link {

	color: #FFFFFF;

}

a:visited {

	color: #FFFFCC;

}

a:hover {

	color: #90C5ED;

	text-decoration: none;

}

