body {
	background-image: url(../images/bgrd_soft.jpg);
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #015495;
}
a:active {
	text-decoration: none;
	color: #015495;
}

a.fileLink {
	text-decoration: underline;
	color: #222;
}

.fileLink:hover {
	color: #015495;
}