body
{
 font-family:	"Garamond Narrow",Garamond,Georgia,serif;
}

h1, h2, h3
{
 font-family:	FreeSet,Frutiger,Verdana,Tahoma,sans-serif;
 left:		-6pt;
}

#ti0,  #noprn, form
{
 display:	none;
 visibility:	hidden;
}

/* Класс для левых картинок */ 
.lpic
{
 left:		-10px;
 margin-right:	-10px;
}

/* Основной текст */
.text
{
 padding:	5px 10px 5px 10px;
}

/* Списки */
dt
{
 left:		-10px;
 margin:	1em 10em 2px 0px;
}

dd
{
 margin-left:	0px;
}

ul
{
 list-style-image:url(/pic/sq.gif);
}

acronym:after
{
 content: " (" attr(title) ")";
 font-size: 80%;
 text-decoration: none;
 border:	none;
}


.text a:link:after, .text a:visited:after {
content: " [" attr(href) "]";
font-size: 80%;
text-decoration: none;
}

.text a[href^="/"]:after {
content: " [http://shoorick.ru" attr(href) "]";
}


