	body {
	margin:0px;
	background-color:black;
	font-family:arial;
	}

span {
	margin-left:20px;
}

span.d {
#	font-size:3em;
	margin-left:0px;
	position:relative;
	top:15px;
}

div{
	padding:0px;
	margin:0px;
}

div.overall {
    -webkit-filter: grayscale(20%);
    -moz-filter:    grayscale(20%);
    -ms-filter:     grayscale(20%);
    -o-filter:      grayscale(20%);
	background: rgb(88, 91, 128, 1);
# background: radial-gradient(circle, rgba(238,174,202,1) 0%, rgba(148,87,133,1) 100%); 	
	border-radius: 2px 2px 2px 2px;
	padding:11px;
	margin-bottom:30px;
	overflow:hidden;
	background-position: 0px 0px;
	background-repeat:   no-repeat;

}
}



div.overallGold {
	background: rgb(238,202,174);
	background: radial-gradient(circle, rgba(238,202,174,1) 0%, rgba(148,133,87,1) 100%); 	
	border-radius: 2px 2px 2px 2px; 
	padding:11px;
	margin-top:10px;
	margin-bottom:30px;
		overflow:hidden;
}



div.box1 {
	font-size:21pt;
	line-height:21pt;
	color:white;
	font-weight:normal;
	text-shadow: 1px 1px 1px #000;
	background-color:#385a2c;
	text-align:center;
}


div.box2divGold {
	/*==============*/
	height:180px; /*============== must match */ 
	/*==============*/
	cursor:pointer;
	background-color:black;
	border:0px solid black;
    background-size:cover;
	background-repeat: no-repeat;
	box-shadow: 0px -2px 3px 0px rgba( 0,0,0,.5) inset, 0px 2px 3px 0px rgba( 0,0,0,.5) inset;
	overflow:hidden;
	color:gold;
	font-size:1.3em;
	font-weight:bold;
	text-align:center;
	margin-bottom:2px;
	padding-bottom:2px;

}





div.box3Gold {
	margin-top:65px;
	padding-top:13px;
	padding-bottom:23px;
	height:70px;
	border-radius: 2px 2px 2px 2px;
	background-color:rgba(242,224,211,1) ;
	text-align:center;
	font-size:2.0em;
	font-weight:bold;
	line-height:1.1em;
	color:black;
	vertical-align:center;
	line-height:1.4em;

} 
div.box3Gold a {
	color:black;
}

div.box3Gold a:hover { 
	color:white
}



 div.picBox {
	padding:0px;
	margin:0px;
	z-index:2000;

	
}

div.box3 {
	text-decoration:none;
	text-align:center;
	color:white;
	font-size:25pt;
}

div.box3 a {
	text-decoration:none;
	text-align:center;
	color:white;
	font-size:25pt;
}

