body
{
	background-color: #e0e1e6;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	margin: 60px 0 60px 0 !important;
}

body, p 
{
	font-family: Arial,sans-serif;
    font-size: 12pt;
	line-height: 1.6em;
}
td p{
    margin: 8px 0;
}
div, p, #container
{
	text-align: left;
}

#container
{
	width: 1020px;
	margin-left: auto;
	margin-right: auto;
	background-color: #faffff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

#container2
{
	width: 900px;
	padding : 60px;
	background: url('WB00516_.gif') repeat;
}

table
{
	background: url('WB00516_.gif') repeat;
}

a:link
{
	color: #00d;
	text-decoration: none;
}

a:visited
{
	color: #d20094;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}
table{
    border-collapse: collapse;
    margin: 10px auto;
    border: 1px solid #888;
}
table td{
    border: 1px solid #888 !important;
}

