@charset "utf-8";
/* CSS Document */

body {
	background-image: url(images/stealth-background-2.jpg);
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
a.nav:link {
	text-decoration: none;
	color:#000000;
	font-weight:bold
}
a.nav:visited {
	text-decoration: none;
	color:#000000;
	font-weight:bold
}
a.nav:hover {
	text-decoration: underline;
	color:#FF0000;
	font-weight:bold
}
a.nav:active {
	text-decoration: none;
	color:#FF0000;
	font-weight:bold
}
