@charset "utf-8";
.white {
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	}

/* CSS Document */
body {
	background-color: #9FB8D8;
}
.photoFrame {
	border-width: thick;
	border-style: solid;
	border-color: #9FA6AA;
	padding: 2px;
}
#bookmarks {
	float:right;
	width: 100px;
	margin-right:5px;
	border:thin dashed #336;
}
