a:link {
	color: #666;
	text-decoration: none;
}
a:visited {
	color: #666;
	text-decoration: none;
}
a:hover {
	color: #333;
	text-decoration: none;
}
a:active {
	color: #999;
	text-decoration: none;
}
.image-border1 {
	border: thin solid #333;
}
.copyright {
	font-size: 10px;
	color: #000;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #FFF;
}
.contact_text {
	color: #FFF;
}
.center {
	text-align: center;
}
