body {
	background-color: white;
	background-image: url(images/bggold.jpg); 
	background-repeat: repeat-y;
	margin-top:  0;
	margin-left: 75;
	z-index: 1;	
}
	
a:hover {
	text-decoration: underline;
	font-family: serif; 
	font-size: 10pt; 
	color: #000000; font-weight:bold
}

a:link {
	text-decoration: none;
	font-family: serif; 
	font-size: 10pt; 
	color: #000000;
}

a:visited {
	text-decoration: none;
	font-family: serif; 
	font-size: 10pt; 
	color: #000000;
}

a:active {
	text-decoration: none;
	font-family: serif; 
	font-size: 10pt; 
	color: #000000;
}
}