a {
	text-decoration: underline;
	color: 666666;
}
a:hover {
	text-decoration: underline;
	color: 333333;
}
a.zag {
	text-decoration: underline;
	color: 333333;
}
a.zag:hover {
	text-decoration: underline;
	color: 666666;
}
a.zag2 {
	text-decoration: none;
}
a.zag2:hover {
	text-decoration: none;
	color: 333333;
}
a.menu {
	text-decoration: none;
	color: ffcc99;
}
a.menu:hover {
	text-decoration: underline;
	color: ffcc99;
}
body {
	background: #333333 url("files/rubber_grip.png") repeat;
}
body {
	font-family: tahoma, arial, sans-serif;
	color: 333333;
}