<!-- Custom styles for Panel -->


#panel {
	background-color:maroon;
	font-family: 'Arial', cursive;

	font-size:1.0em;
	color:#fff;

	text-align:justify;
	text-shadow: 2px 2px 2px #000; 
}

span {
	font-family: 'Arial', cursive;

	font-size:0.7em;
	color:#fff;

}
	
H13 {
	font-family: 'Limelight', cursive;
  	font-size: 2.5em;
  	color: #fff;
}

.framed-right {
	margin-left:10px;
	moz-border-radius: 15px;
	border-radius: 15px;
	border:2px solid #fff;
}


.framed-left {
	margin-right:10px;
	moz-border-radius: 15px;
	border-radius: 15px;
	border:2px solid #fff;
}

<!-- / Panel Styles -->