body, td, th {
	font-family: Tahoma;
	font-size: 12px;
}
body {
	margin: 0px;
	text-align: center;
}
a{
	text-decoration: none;
	color: #18618b;
	cursor: pointer;
}
a:hover{
	text-decoration: underline;
	color: #b19918;
}
/* Footer */
#footer {
	text-align: center;
}
#footer hr{
	color: #b19918;
	background-color: #b19918;
	height: 2px;
	width: 50%;
	margin: 20px auto;
}
#footer .back{
font-family: Tahoma;
	font-size: 12px;
 margin: 0 auto;
	font-size: 14px;
}
#footer .subtext{
	font-size: 11px;
}
