@charset "utf-8";
/* CSS Document */

.Bold {
	font-weight: bold;
}

.Italic {
	font-style: italic;
}

.photoframe {
	float:left;
	border:1px solid #333333;
	padding:8px;
	margin-right:10px;
	background-color: #CBEFCF;
  } 
  
.center {
text-align:center;
}
