TEXTAREA
{
/*	background-color:transparent;
*/
	background-color:ghostwhite;
	border:1px solid CRIMSON;
/*	color:MediumSlateblue */
}

BODY
{
	text:ghostwhite;
	background-color:black;
/*	background:url(../html.files/grph.files/shoplogo.jpg) fixed transparent;
*/
	background-repeat: repeat;
	background-attachment: fixed;
	color:ghostwhite;
	scrollbar-3dlight-color:Royalblue;
	scrollbar-arrow-color:Mediumblue;
	scrollbar-base-color:dodgerblue;
	scrollbar-darkshadow-color:MediumSlateblue;
	scrollbar-face-color:white;
	scrollbar-highlight-color:LightSlateblue;
	scrollbar-shadow-color:darkSlateblue
}

TABLE
{
/*	background: inherit fixed transparent;
*/
}

A:link
{
	color:blue;
}

A:visited
{
	color:steelblue;
}

A:hover
{
	color:yellow;
	cursor:crosshair;
}

A:active
{
	color:red;
}



