h1{
	color:#333399;
	width:100%;
	padding:1vw;
	padding-left:5vw;
	border-left:5vw solid #333399;
	border-bottom:0.5vw solid #333399;
	margin-bottom:5vw;
	margin-top:5vw;
}
h2{
	color:#333399;
	font-weight:bold;
	border-bottom:0.5vw solid #333399;

}
p{
	padding:10px;
	width:100%;
	line-height:2em;
	margin-bottom:10px;
	
}
strong{
	color:#ff0000;
	display:block;
}
ul{
list-style-type: circle;
}
.small{
		display: inline-block;
}

.figure{
	width:100%;
	text-align:center;
}
figcaption{
	text-align:center;
}
a{display:block;
color: #FFF;
}
