body {
	background: url(../images/bg.gif) repeat-x #D3D3D3;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.ia:link		{ text-decoration: none; color: #BBBBBB }
.ia:visited		{ text-decoration: none; color: #BBBBBB }
.ia:hover		{ text-decoration: none; color: #155F10 }

.f {
	color: #333333;
	text-decoration: none;
	font-weight: normal;
}

.f:hover {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}

.w {
	color: #FFFFFF;
	text-decoration: none;
}

.w:hover {
	color: #CCCCCC;
	text-decoration: none;
}