body{
	background-color:#000;
}
.text{
	font-family: Georgia;
	font-size: 12px;
	color: #727272;
	line-height: 17px;
	text-align: justify;
}
.heading{
	font-family: Georgia;
	font-size: 13px;
	font-weight: bold;
	color: #727272;
	text-align: justify;
}
.link{
	font-family: Georgia;
	font-size: 12px;
	color: #C60000;
	text-decoration: underline;
}
.link:hover{
	font-family: Georgia;
	font-size: 12px;
	color: Maroon;
	text-decoration: none;
}
.mail{
	font-family: Georgia;
	font-size: 13px;
	font-weight: bold;
	color: #C60000;
	text-decoration: none;
}
.mail:hover{
	font-family: Georgia;
	font-size: 13px;
	font-weight: bold;
	color: #E07219;
	text-decoration: none;
}
.bottom{
	font-family: Georgia;
	font-size: 11px;
	color: White;
	text-decoration: none;
}
.bottom:hover{
	font-family: Georgia;
	font-size: 11px;
	color: #FFC048;
	text-decoration: none;
}
.bottomtxt{
	font-family: Georgia;
	font-size: 11px;
	color: White;
	text-decoration: none;
}