@charset "utf-8";body { 	background-color:#000000; 			background-attachment:fixed;	background-repeat:  repeat-y;	background-position: top center;		page-break-inside:avoid;	font-family:Arial, Helvetica, sans-serif;	cursor: auto;	top: auto;	color:red;	margin: 0px;}.right {	background-attachment: fixed;	background:url(right.jpg);	}a:link { color: white; background-color: transparent;text-decoration: none;border: 1px solid transparent; }a:visited { color: white; background-color: transparent;text-decoration: none;border: 1px solid transparent; }a:hover {color: red; background-color: black;text-decoration: none;border: 1px solid black; } 
