body {
	background-color: #ffffff;
	text-align: center;
}
table {
	border-style: solid;
	border-color: black;	
	padding: 5px;
	border-width: 0 0 1px 1px;
	max-width=80%;
	border-collapse: collapse;
}

table.center {
	margin-left:auto; 
	margin-right:auto;
	max-width=80%;
}

td {
	border-width: 1px 1px 0 0; 
	border-style: solid;
	border-color: black;
	padding: 4px;
	margin: 0;
	text-align: center 
}

img {  
	border-style: none;
}

img.thumbnail {
	width: 160px;
	height: 120px;
}

	
a {
	border: 0;
}

p{
	border: 0;
}


