
body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}
.style1 {
	font-family: "Tekton Pro";
	font-size: 18px;
	color: #2E7093;
}

a:link {
	color: #433163;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #644996;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
