a:link {
	color: #000;
	text-decoration: none;
	background: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}/*normal links in the text*/
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a:visited {
	color: #000;
	text-decoration: underline;
	
}
a:hover { /*this effect is not shown in NN4.xx*/
  color: #999999; 
  text-decoration: underline; 
  }
a:active {/*colour in NN4.xx is red*/ 
  color: #9999CC; 
  text-decoration: underline; 
  }
body {
	background-attachment: fixed;
	background-color: #000;
	background-image: url(../large_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.breadtext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-variant: normal;
	color: #333;
}

