a:link       { text-decoration: none; target: _self ; color: #663300}
a:active     { text-decoration: none; color: #663300}
a:visited    { text-decoration: none; color: #663300}
a:hover      { text-decoration: none; color: #FFFFFF}

body
	{

	background-repeat: repeat;
	background-attachment: fixed;
		
	scrollbar-face-color:#663300;
	scrollbar-shadow-color:#663300;
	scrollbar-highlight-color:#663300;
	scrollbar-3dlight-color:FFFFFF;
	scrollbar-darkshadow-color:FFFFFF;
	scrollbar-track-color:#663300;
	scrollbar-arrow-color:FFFFFF;

	}
