/* CSS Document */
a:link {
	color: #FFF3D1;
}
a:visited {
	color: #FFF3D1;
}
a:hover {
	color: #ffffff;
}
a:active {
	color: #FFF3D1;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;

}


/* footer one */
.footerOne {
	color: #AD3920;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: bold;
}
.footerOne a{
	color: #AD3920;
	text-decoration:underline;
}
.footerOne a:hover {
	color: #000000;
	text-decoration:underline;
}
/* footer two */
.footerTwo {
	color: #FFF3D1;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;

}
.footerTwo a{
	color: #FFF3D1;
	text-decoration:none;
}
.footerTwo a:hover {
	color: #FFF3D1;
	text-decoration:underline;
}
