
body{
	color: White;
	font-family: "Trebuchet MS", Verdana, Helvetica, Swiss;
}
.corp {
	font-family: "Trebuchet MS", Verdana, Helvetica, Swiss;
	font-size: 14px;
	text-align: justify;
	border: 1px dotted;
	color: White;
	padding-left: 10px;
	padding-right: 10px;
}

a {
	color: #EDBE65;
	text-decoration: none;
}
a:hover{
	color: #9B6A12;
	text-decoration: underline;
}

a:visited{
	color: #EDBE65;
}

.footer{
	font-size: 10px;
}

.indexStyle {
	display: none;
}