body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	background-attachment: fixed;
	background-color: #000000;
	background-image: url(bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
a:link {
	color: #7777CC;
	text-decoration: none;

}
a:visited {
	color: #FF77ff;
	text-decoration: none;

}
a:hover {
	color: #9900ff;
	text-decoration: none;

}

