/* ****************************************************
File    : default.css
Purpose : Default style sheet for Lynn Russwurm's Record Auction
Date    : 4 November 2006, from /default.css
Author  : Bob Jonkman <bjonkman@sobac.com>
***************************************************** */

/* 
Note    : Try to stick to the standard Tango colour values
          http://tango.freedesktop.org/Tango_Icon_Theme_Guidelines#Color_Palette  
          http://sobac.com/sobac/tangocolors.htm
*/

/******************************************
***                                     ***
***           specific elements         *** 
***                                     ***
******************************************/
/* Elements are styled first; classes override elements */


body                {   background: white ;
                        background-image:  none ;
}

a:hover             {   background: #79c  ; /* Tango Highlight Sky Blue */
}

.internal a:hover,
a:hover.internal    {   background: #fe4 ; /* Tango Highlight Butter */
                        color: inherit ;
}

.external a:hover,
a:hover.external    {   background: #e22  ;	/* Tango Highlight Scarlet Red (was #fdd) */
                        color: inherit ;
}

/* EOF: default.css    for Lynn Russwurm's Record Auction   */

