/*  ===================================  */ 
/*            COMMON ELEMENTS            */  
/*  ===================================  */ 



#dummy {
	clear: both;
	position : relative; 
	margin : 0; 
	padding : 0; 
   }

#dummy hr { 
	margin : 0; 
	padding : 0; 
	height : 0; 
	color : #fff; 
	background : #fff; 
	border : none; 
    } 


/* hyper-links */

a { background : inherit; color : #888; }
a:hover { background : inherit; color : #eee; text-decoration : none; }


/* other */

acronym {
  cursor : help;
}

  blockquote { margin : 0.75em;  padding : 0.25em; color : #666666; }
  blockquote { text-align : left; font-family : georgia; font-size : 0.875em; font-style : oblique; } 
  blockquote span.author  { display : block; text-align : right; font: 0.875em 'trebuchet ms',arial,sans-serif; margin-top : 0.25em; font-style : oblique; } 
  blockquote span.author a { white-space : nowrap; } 

