h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000000;
	font-weight: bold;
	font-variant: normal;
	font-style: normal;
	border: 30px;
	left: 20px;
	top: 20px;
	right: 20px;
	bottom: 20px;
	clip: rect(20px,20px,20px,20px);
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	line-height: 22px;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	line-height: 22px;
	list-style-position: inside;
	list-style-type: square;
	text-indent: 20px;
}
td {
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 22px;
	color: #000000;
}
a {
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
}
a:link {

	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
	font-weight: bold;
	background-color: #cdcecf;
}
