body {
	margin-top: 0px;
	background-image: url(background.gif);
	background-position: center top;
	background-repeat: no-repeat;
}
.nav_1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #29ABE2;
	text-decoration: none;
}
.nav_1:hover {
	color: #333333;
}
.nav_2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ED1E79;
	text-decoration: none;
}
.nav_2:hover {
	color: #333333;
}
<!-- -->
ul {
	list-style-type: none;
	padding-left: 0px;
	margin-left: 0px;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	color: #29ABE2;
}
a:hover {
	color: #333333;
}
<!-- -->
.txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #29ABE2;
	text-decoration: none;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #29ABE2;
	text-decoration: none;
}
