body {
	text-align: center;
}

.content {
	position: relative;
	width: 350px;
	
	text-align: center;
	
	margin: 0 auto;
	
	border-style: solid;
	border-width: 2px;
	border-color: #F57013;
}

.text {
	position: relative;
	width: 100%;
	
	font-family: arial, helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #003466;
}

.text a:link { text-decoration: none; color: #003466; }
.text a:visited { text-decoration: none; color: #003466; }
.text a:hover { text-decoration: underline; color: #003466; }