@charset "UTF-8";
/* CSS Document */

body {
	background-color:#000000;
	margin:0px;
	text-align:center;
	}
	
.photo {
	width:530px;
	height:530px;
	padding:10px;
	background:#000; 
	overflow:auto;
	}
	
p {
	font: Georgia, "Times New Roman", Times, serif;
	color:#FFFFFF;
	}
	
h1 {
	font: Georgia, "Times New Roman", Times, serif;
	color:#FFFFFF;
	}
	
a {
	font: Georgia, "Times New Roman", Times, serif;
	color:#CCCC99;
	text-decoration:none;
	}
	
a:hover {
	font: Georgia, "Times New Roman", Times, serif;
	color:#FFFF99;
	}