/*	MAIN CSS FILE*/@import "reset.css";@import "pages.css";@import "objects.css";/* ---------- Stiluri implicite ------------------- */body {font-family: Arial, Verdana, sans-serif; font-size: 11px; background-image: url(../images/backgrounds/page-bg.png); background-position: top center; background-attachment: fixed; color: #5b5a5a; font-weight: bold; line-height: 20px;}

a {text-decoration: none; color: #8f561f;}
a:hover {text-decoration: underline;}