body {
	background-attachment: fixed;
	background-color: #000000;
	background-repeat: no-repeat;
	background-image: url(bkg.jpg);
	font-family: "Comic Sans MS", Arial, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;

}
a:active {color: #99FF00; text-decoration: none}
a:hover {
	color: #00FF00;
	text-decoration: blink;
	font-weight: bold;
}
a:link {color: #00FF00; text-decoration: none}
a:visited { color: #009900; text-decoration: none}
