/*wvardefs.html*/
#wvd_body {
	position: relative;
	min-width: 200px;
	max-width: 1024px; 
	margin: auto;
	background-color: rgb(0, 0, 0); 
	color:#ffcc33; 
	height:100%; 
	text-align: justify; 
	margin-bottom: 25px;
	padding: 25px;
}
#wvd_heading {
	background-color:#a52a5a;
	text-align:center;
	font-size:1.3em;
}
#wvd_body p {
	font-size:1.06em;
}
.wvd_sect_head {
	text-align:center;
}
