body	{
	background-color: White;
}

p {
	font: 12px Arial;
	color: Black;
	text-align: justify;
	margin-bottom: 12px;
	margin-top: 0px;
}
.i {
	font-style: italic;
}
.new {
	font: 13px Arial;
	color: Red;
	font-weight: bold;
}
h1 {
	font: normal normal bold 20px Century Gothic;
	color: #483D8B;
	text-align: center;
	margin-top: 20px;
	margin-left: 0px;
	margin-bottom: 30px;
}
h2 {
	font: italic bold 15px Arial;
	color: Black;
	text-align: left;
	margin-top: 40px;
	margin-left: 25px;
	margin-bottom: 20px;
}
a:visited {
	color: Blue;
	text-decoration: none;
}
a:hover {
	color: Red;
	text-decoration: underline;
}
a:link {
	color: Blue;
	text-decoration: none;
}
a:active {
	color: Red;
	text-decoration: none;
}
