body {
	text-align: center;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	background: rgb(100%, 100%, 100%);
	margin-top: 8px;
	margin-bottom: 6px;
}

table {
	text-align: center;
	background: rgb(0,0,0);
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	border: 2px ridge red;
	border-spacing: 15px 0;
}

.title {
	font-size: 16px;
	line-height: 28px;
	font-weight: bold;
}

	
.name {
	font-size: 24px;
	font-weight: bold;
}

img.border {
	border: 2px ridge #cccccc;
}





