 body	{
 	background-image: url("cavendish.jpg");
 	background-size: cover;
 	background-repeat: no-repeat;
	background-attachment: fixed;
 	}
 	
p	{
	font-family: Verdana, sans-serif;
	font-size: 100%;
	}
	
b	{
	font-size: 125%;
	}
	
	
.title	{
	margin: auto;
	min-width: 400px;
	max-width: 750px;
	align: center;
	padding: 0px;
	}
	
.box 	{
	margin: auto;
	min-width: 400px;
	max-width: 750px;
	padding: 20px;
	box-sizing: border-box;
	background:rgba(128,64,128,0.8);
	border-radius: 20px;
	}
	