.handcursor{
cursor:hand;
cursor:pointer;
}

.pagetitle {
	font-size:26px;
	font-style:italic;
	color:#666666;
}
.subtitle {
	font-size:18px;
	color:#141f78;
}

.pagetext {
	font-size:18px;
	color:#666666;
}

p {
	text-indent: 20px;
	text-align:justify;
}

.title {
	color: #158eff;
}

a:link {
	color:#333;
	font-style: normal;
	text-decoration:none;
}

a:visited {
	color:#333;
	font-style: normal;
	text-decoration:none;
}

a:hover {
	color:#fff;
	font-style: normal;
}
a:active {
	color:#000000;
	font-style: normal;
}

