body {
	color:#000;
	font-family: Verdana, arial, "Trebuchet MS", Georgia, serif;
	background-color:#fff;
	margin-top: 2;
	padding: 20 20;
}
p {
	margin-bottom: 0;
	font-size: 0.8em;
	text-align: justify;
	line-height: 1.4em;
	width: 600px;
}
ul{
//	margin-bottom: 0;
	font-size: 0.8em;
	text-align: justify;
	line-height: 1.4em;
	width: 550px;
}
td{
	margin-bottom: 0;
	font-size: 0.7em;
	text-align: justify;
	vertical-align: top;
	line-height: 1.4em;
}

h1 {
	font-size: 1.0em;
	padding-top: 5px;
	text-decoration: bold;
}
h2 {
	font-size: 0.9em;
	padding-top: 5px;
	text-decoration: none;
}
a {
	color: blue;
	text-decoration: none;
}
a.active {
	color: red;
	text-decoration: none;
}
a.hover {
	color: red;
	text-decoration: underline;
}
a.visited {
	color: blue;
	text-decoration: none;
}