.hide, #left, #header, #footer, #cleaner
{
 display:none;
}

body
{
 font-family:	Georgia,serif;
 background:	white;
 color:		black;
}

h1, h2, h3
{
 font-family:	Verdana,Tahoma,sans-serif;
}

acronym:after
{
 content: " (" attr(title) ")";
 font-size: 80%;
 text-decoration: none;
 border:	none;
}


#content a:link:after, #content a:visited:after {
content: " [" attr(href) "]";
font-size: 80%;
text-decoration: none;
}

#content a[href^="/"]:after {
content: " [http://suvif.org.ru" attr(href) "]";
}


