/*
_______________________________________________________________________
|                  |                                                   |
|          Title:  |  MSDN (Microsoft Developer Network) - Hover Color |
|    Description:  |  White Theme and New Fonts (Calibri)              |
|         Author:  |  -=Ben=-                                          |
|   Date Created:  |  May 26, 2008                                     |
|   Last Updated:  |  May 26, 2008                                     |
|        Version:  |  1.0.0.0                                          |
|__________________|___________________________________________________|

*/



@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document url-prefix(http://msdn.microsoft.com) 
{

a:hover
{
  color:#FF8000;
}

}