/* thnx http://www.w3schools.com/css/ for helping me build that goddam shit... */

/* GENERAL LAYOUT */

  body 
	{
	font-family:Verdana ;
	color:#000000 ;
	font-size:8pt ;
	background-color:white ;
	scrollbar-base-color:white;
	scrollbar-arrow-color:black;
	scrollbar-track-color:grey;
	scrollbar-3dlight-color:white;
	scrollbar-highlight-color:black;
	scrollbar-darkshadow-color:white;
	scrollbar-shadow-color:black;
	scrollbar-face-color:white;


	cursor:crosshair}
	/* removed: background-attachment:fixed ; background-repeat:no-repeat ; */


/* SPECIFIC LAYOUTS */

  a:link
	{
	text-decoration:none ;
	color:336699 ;
	cursor:crosshair
	}

  a:visited 
	{
	text-decoration:none ;	
	color:003366;
	cursor:crosshair
	}
  a:active 
	{
	color:33CCFF;
	cursor:crosshair
	}

  a:hover
	{
	color:00CCFF ;
	font-style: italic ;
	cursor:crosshair
	}
