.main
{
	background-color: #ffffff;
	padding: 0px 10px;
}

p
{
	font-family: Arial;
	font-size: 10pt;
	line-height: 14pt;
	color: #000;
	text-align: right;
}

.p
{
	font-family: Arial;
	font-size: 10pt;
	line-height: 14pt;
	color: #000;
	text-align: right;
}

h1
{
	font-family: Arial;
	font-size: 60pt;
	line-height: 64pt;
	color: #000;
	text-align: right;
	font-weight: bold;
}

a:link
{
	color: #000;
	text-decoration: none;
}

a:active
{
	color: #000;
	text-decoration: line-through;
}


a:visited
{
	color: #000;
	text-decoration: none;
}


a:hover
{
	color: #000;
	text-decoration: line-through;
}

