.boxshadow 
{
	-moz-box-shadow: 3px 3px 5px #535353;
	-webkit-box-shadow: 3px 3px 5px #535353;       
	box-shadow: 3px 3px 5px #535353;
}
.roundbox
{  
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px;  
	border-radius: 6px 6px 6px 6px;
	width: 90%;
	margin:20px;
	margin-left:5%;
	border: solid 2px #F2B50F;
}
.roundbox-top
{    
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;    
	border-radius: 4px 4px 0 0;
	height:40px;
	color:white;
	font-size: 14pt; 
	background: #F2B50F;
}
.roundbox-bottom
{    
	-moz-border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
	height:30px;
	color:white;
}
.center { text-align: center; justify-content:center; align-items: center; display:flex;}
.box {
	width: 90%;
	margin:20px;
	margin-left:5%;
	border: solid 2px #F2B50F;
}
.content {
	margin:10px;
}
a:link, a:visited    {white-space:nowrap; font-size: 12pt; text-decoration: none; color: white}
a:hover   {white-space:nowrap; font-size: 12pt; text-decoration: none; color: black}
