body {
	background-color: #000000;
	background-image: url(images/back.jpg);
	background-attachment : fixed;
	background-position : 150px 0%; /* x-pos y-pos */
	background-repeat: no-repeat;
	font-family: Courier New, Courier, monospace;
	font-size: small;
	color:#FFFFCC;

}
	a:link { text-decoration: none; color:#fcfc88;}
    a:visited { text-decoration: none; color:#fcfc88;}
    a:hover { text-decoration: none; color:#fcfc88;}
    a:active { text-decoration: none; color:#fcfc88;}
