body{
	background-repeat: no-repeat;
	background-attachment: fixed;
}
a{
 color: #00FF00;
 text-decoration: none;
}
a:focus {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFF00;
	text-decoration: blink;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	color: #999999;
}
a:hover {
	font-family: "Courier New", Courier, monospace;
	font-size: 10pt;
	font-weight: bold;
	color: #00FFCC;
	text-decoration: none;
}
