@charset "UTF-8";

/*Note:This CSS file may not always be valid according to the W3C standards.
It may contain proprietary/nonstandard or yet unsupported code.
This code is used to fix certain user agent rendering bugs, or to enhance the website/application in the case of more advanced user agents.*/

/*
@website:
@author:andrei stefan
@copyright:andrei.stefan@spotonearth 2008 
*/

/* print URLs after link text */
/*
#content a:link:after, #content a:visited:after {
	content: " (" attr(href) ") ";
}
*/