table
{
	border: 3px solid black;
	border-collapse: collapse;
	width: 800px;
	margin: auto;
}

tr
{
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

th
{
	padding: 5px;
	text-align: center;
	border-top: 3px solid black;
	border-bottom: 3px solid black;
}

p
{
	text-align: center;
}

a
{
	font-family: Courier, sans-serif;
	font-size: 12px;
	color: black;
  background-color: white;
	text-decoration: none;
}

a:hover
{
	color: black;
  background-color: white;
	text-decoration: underline;
}

img
{
	border: none;
}

.td1
{
	padding: 5px;
	width: 200px;
	text-align: justify;
}

.td2
{
	padding: 5px;
	width: 300px;
	text-align: justify;
}

.tdcolspan
{
	padding: 5px;
	width: 300px;
	text-align: center;
}

.small
{
	font-size: 10px;
}
