body {
	background-image: url(afb/bgdk.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	text-align: center;
}
a {
	font-family: Comic Sans MS;
	font-size: 14px;
	text-decoration: none;
	background-color: transparent;
	height: 25px;
	}
A:VISITED {
	color : Blue;
	text-decoration : none;
	background-color: transparent;
}
A:HOVER {
	color : Green;
	text-decoration : none;
	background-color : transparent;
	font-weight: bold;
}

a:active {
	color: Green;
	text-decoration : none;
	background-color : transparent;
	font-weight: bold;
}

A:LINK {
	color : Blue;
	background-color: transparent;
}