@charset "UTF-8";

html,body {
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height:100%;
	background-color: #F9F9F9;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
a:link, a:visited {
	color: #696969;
}
a:hover {
	text-decoration: none;
	color: red;
}

#photos {
}
	#photos img {
	border: 1px solid #000000;
}
