	.box{
		border-style:solid;
		border-width:2px;
		border-radius:10px;
		margin-bottom:10px;
		padding:5px;
	}
	.bold{
		font-weight:bold;
	}
	.smallimg{
		width:100px;
		height:100px;
	}
	.centered{
		text-align:center;
	}
	.tall{
		margin-top:20px;
		margin-bottom:20px;
	}