body {
	color: black;
	background-color: white;
	font-family: Times, serif;
	font-size: 14px;
	text-align: left;
	padding: 0px;
	margin: 20px;
}

.center {
	text-align: center;
}

.purple, a.purple, a:hover.purple, a:visited.purple {
	color: rgb(116, 46, 103);
}

a, a:hover, a:visited { color: black; }
a { text-decoration: none; }
a:hover { text-decoration: underline; }
a img { border: none; }
a.rtl { direction: rtl; unicode-bidi: bidi-override; }

h1 {
	text-align: center;
	font-weight: normal;
	font-size: 20px;
}

h2 {
	font-size: 16px;
}


h3 {
	text-align: center;
	font-weight: normal;
	font-size: 14px;
}

ol {
	padding-left: 20px;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

table th {
	border-bottom: 1px solid black;
	text-align: left;
}

table td {
	border: none;
}

table td,th {
	border-left: 1px solid black;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: normal;
}

table .left {
	border-left: none;
}


