﻿table {
	margin-left: auto;
	margin-right: auto;
}
.bold {
	font-weight: 700;
}
.bolditalic {
	font-weight: 700;
	font-style: italic;
}
.boldunderline {
	font-weight: 700;
	text-decoration: underline;
}
.italic {
	font-style: italic;
}
p {
	margin-top: 0;
	margin-bottom: 20px;
}
img {
	border: 0;
}
div.clear {
	clear: both;
}