@import "/style_common.css";
body{
	color: white;
	background-color: #000033;

	background-image: url('bkgd.jpg');
	background-position: bottom right;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

a:link{
	color: #00ff00;
}

a:visited{
	color: #ff0077;
}

a:hover{
	color: pink;
}

a:active{
	color: purple;
}
