body         { background-color: #808080 }

/* оглавление */
.schapka
	{
	color: rgb(255,0,0);
	background-color: rgb(128,0,0);
	font-family: Arial, tahoma;
	font-size: 16px; text-align: center;
	font-style: italic;
	background-position: 0%
	}

.menu        { color: #FFFFFF; background-color: rgb(192,192,192); background-repeat: repeat; 
               background-attachment: scroll; font-family: Arial, tahoma; 
               font-size: 14px; text-align: justify; text-decoration: none}
/* автор в меню*/
.avtor       { color: #FFFFFF; background-repeat: repeat; background-attachment: scroll; 
               font-family: Arial, tahoma; font-size: 14px; font-style: italic; 
               text-align: Justify; background-position: 0% 50%; }
/*рубрика*/
.rubrika     { color: #000080; font-size: 12pt; text-align: Right; font-style: italic; 
               font-weight: bold; padding-right: 5; padding-top: 5 }
/* автор статьи */
.avtorst     { background-repeat: repeat; background-attachment: scroll; font-family: 
               Arial, tahoma; font-size: 14px; text-align: Justify; color: 
               #FFFFFF; font-style: italic; font-weight: bold; padding-left: 5; 
               padding-top: 5; background-position: 0% 50% }
/*заголовок статьи*/
.zagolovok   { font-size: 24pt; padding-left: 5 }
/* «предисловие» */
.predislovie { font-style: italic; font-weight: bold }
/*текст статьи*/
.text        { color: black; background-color: gainsboro; background-repeat: repeat; 
               background-attachment: scroll; font-family: Arial, tahoma; 
               font-size: 15px; text-align: justify; padding: 5; 
               background-position: 0% 50% }
/* внешние ссылки */
.extra       { text-decoration: none; color: #800000 }
.extra:hover { color: #CC3300 }