
body {
	font-size: small;
	font-family: Verdana, Helvetica, Areial, sans-serif;
	line-height: 1.6em;
	color: black;
}

h1, h2, h3 {
	Color: blue;
}

h1 {
	Border-bottom: 1px black;
	font-size: 150%;
}

h2 {
	font-size: 130%;
}

h3 {
	font-size: 110%;
}

p {
}

p.tn_image {
	line-height:	1.9em;
	border-width:	0px;
	border-style:	solid;
	padding:	15px;
	width:	150px;
	color:	blue;
	text-align:	center;
	margin-left:	auto;
	margin-right:	auto;
}

p.red {
	color:	red;
}

p.red_bold {
	color:	red;
	font-size: 130%;
        font-weight: 900;
}

table
 {
	margin-left:	auto;
	margin-right:	auto;
	text-align:	center;
}

p.center
 {
	margin-left:	auto;
	margin-right:	auto;
	text-align:	center;
}







































