@charset "utf-8";

body { 
	background-image: url(http://jinxydating.dk/image/virtualgf.jpg); 		
	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:#FFCC00;
	margin: 0px;
}

.right {
	background-attachment: fixed;
	background:url(right.jpg);
	
}

a:link { 
color: orange; 
background-color: transparent;
text-decoration: none;
border: 1px solid transparent; 

}
a:visited { 
color: orange; 
background-color: transparent;
text-decoration: none;
border: 1px solid transparent; 

}
a:hover {
color: orange; 
background-color: black;
text-decoration: none;
border: 1px solid black; 

} 