<style type="text/css">

a:link {
text-decoration: underline !important;
color:#023568;
}

a:hover {
color:#941100;
}

h1 {
text-decoration:none;
color:#023568;
font-weight:600;
font-size:22px;	
}


h2 { 
text-decoration:none;
color:#023568;
font-size:18px;
font-weight:600;
}

h3 {
text-decoration:none;
color:#023568;
font-weight:500;
font-size:16px;	
}

p { 
text-decoration:none;
color:#023568;
font-size:14px;
margin-top:0;
margin-bottom:10px;

}

ul.a {
	margin:0;
	color:#023568;
	font-size:14px;
	font-weight:300;

}

.pageinfo {
	border-radius:5px;
	box-shadow: 2px 2px 10px grey;
	background-color:#FFFFFF;
	margin-bottom: 15px;
	padding:15px;
	/*margin-left:20px; */
	width:auto;
	font-family:Arial, Gotham, "Helvetica Neue", Helvetica, sans-serif;
	text-align:left;
}

.box {
	border-radius:5px;
	box-shadow: 2px 2px 10px grey;
	background-color:#bfcad5;
	padding:15px;
    margin: 0px 0px 10px 100px;
	width:200px;
	font-family:Arial, Gotham, "Helvetica Neue", Helvetica, sans-serif;
	text-align:center;

}

@media screen and (max-width: 768px){

	.box {
		width: 100%;
		float: none;
		margin: 0px 0px 10px 0px;
	}

</style>
