/* CSS Document *//* the global setting for anchor tags *//* the padding attribute is shorthand for each of the following: top, right, bottom, left */a                {cursor:hand; color:#0000ff; text-decoration:none;}a:hover          {cursor:hand; color:#BB5C00; text-decoration:underline;}h1               {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:13px; line-height:18px; color:#000000; padding:6 6 6 6px;}A.side           {font-family:arial,helvetica; font-size:11px; line-height:24px; color:#993300; text-decoration:none;}A.side:hover     {color:#BB5C00; cursor:hand; text-decoration:underline;}.basictext       {font-family:verdana,geneva; font-size:12px; line-height:20px; color:#000000; text-decoration: none; padding:25 50 10 30px;}.hometext        {font-family:verdana,geneva; font-size:12px; line-height:20px; color:#000000; text-decoration: none;}.sidebar         {font-family:arial,helvetica; font-size:11px; line-height:24px; color:#993300;} .title           {font-family:arial,helvetica; font-size:24px; line-height:30px; color:#666666;}