body {
	background: red url(../img/bg_body.gif) repeat-x;
	font-family: "Elephant", Verdana, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFF;
}
.style1 {
	font-size: 16px;
	font-weight: bold;
}
.style2 {color: #000000}
a {
	font-size: 16px;
	color: #FFFFFF;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #FFFFFF
}