/* CSS Document */
BODY, TD {
	SCROLLBAR-FACE-COLOR: #F8E6F1; 
	SCROLLBAR-HIGHLIGHT-COLOR: #F8E6F1; 
	SCROLLBAR-SHADOW-COLOR: #F8E6F1; 
	SCROLLBAR-3DLIGHT-COLOR: #F8E6F1; 
	SCROLLBAR-ARROW-COLOR: #F8E6F1; 
	SCROLLBAR-TRACK-COLOR: #F8E6F1; 
	SCROLLBAR-DARKSHADOW-COLOR: #F8E6F1;
	FONT-SIZE: 13px; COLOR: #DC92BE; 
	FONT-FAMILY: times new roman, verdana; 
	TEXT-ALIGN: justify;
	MARGIN-RIGHT: 0px; 
	MARGIN-LEFT: 0px; 
	MARGIN-TOP: 0px; 
	MARGIN-BOTTOM: 0px
}
body {
        cursor: crosshair
}
A:hover {
	text-transform: lowercase; 
	font-family: trajan pro, times new roman, verdana;
	letter-spacing: 2px; 
	COLOR: #DC92BE; 
	CURSOR: move; 
	TEXT-DECORATION: none;
}
A {
	COLOR: #E8B6D5; 
	CURSOR: move; 
	TEXT-DECORATION: none;
}
H1 {
	font-family: trajan pro, times new roman, verdana;
	font-size: 14px; 
	color: #DC92BE; 
	text-transform: uppercase;
	text-align: right;
	font-weight: normal;
	letter-spacing: 2px; 
	margin-bottom: -2px;
}

body{ 
background-image:url("bg.png");
background-attachment:scroll;
background-repeat:repeat-x;
background-position:top left; 
}