a:link {
	color: #ff8e32;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #ff8e32;
}
a:hover {
	text-decoration: none;
	color: #EF4519;
}
a:active {
	text-decoration: none;
	color: #ff8e32;
}

a.footerlink:link {
	color: #857a6a;
	text-decoration: none;
}
a.footerlink:visited {
	text-decoration: none;
	color: #857a6a;
}
a.footerlink:hover {
	text-decoration: none;
	color: #EF4519;
}
a.footerlink:active {
	text-decoration: none;
	color: #857a6a;
}

h1{
text-transform:capitalize;
color: #846C3C;
}


.menutext {
			font-family:"Times New Roman", Times, serif;
			color: #ff8e32;
			font-size:15px;
			font-weight:bold;
			padding-left:5px;
			}
			
.num {
			font-family:"Times New Roman", Times, serif;
			color: #ef4519;
			font-size:15px;
			font-weight:bold;
			}
			
.text {
			font-family:Tahoma !important;
			color: #857a6a !important;
			font-size:11px !important;
			padding-left:20px;
			padding-right:20px;
			}
			
.footer {
			font-family:Tahoma;
			color: #857a6a;
			font-size:11px;
			padding-top:5px;
			}
