body {
	font-family: Arial;
	font-size: 11px;
	color: #555555;
}

a {
	color: #555555;
	text-decoration: underline;
}

a:hover {
	color: #C8DC2B; text-decoration: underline; 
}

.photo {
  border:1px solid #C8DC2B;
  margin:10px 15px 0 15px;
}

h1 {display: inline; font-size:14px;}
h2 {
	display: inline;
	font-size:12px;
	color: #CCC;
}
h3 {display: inline; font-size:11px; color: #CCC;}

#middle {
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
	text-align: justify;
	background-color: #000;
}

