/* File type: CSS; file name: style.css; file location: '../css' */
a:link,a:visited {text-decoration:none}
    a:active {color:red}
    
	p.center{margin-bottom:1ex; margin-top:0ex; text-align:center; text-indent:0ex}
	p{margin-bottom:1ex; margin-top:0ex; text-align:justify; text-indent:3ex}
	body, div, p, th, td, li, dd {
/* это все для Netscape 4.x */
font-family: Verdana, Lucida, Arial, Helvetica, sans-serif;
font-size: 11px;
} 
body p.center{margin-bottom:1ex; margin-top:0ex; text-align:center; text-indent:0ex}
body p{margin-bottom:1ex; margin-top:0ex; text-align:justify; text-indent:3ex}
body, body div, body p, body th, body td, body li, body dd {
/* переписываем все стили импортированной таблицы стилей */
font-size: x-small; 
/* это значение для WinIE4/5 */
voice-family: "\\"}\\"";
/* фишка для WinIE4/5, который некорректно парсит эту штуку и думает, что блок стилей для этого элемента здесь заканчивается. А вообще свойство voice-family задает список имен голосов для произнесения содержимого элемента */
voice-family: inherit; 
/* восстановление */
font-size: small 
/* значение для нормальных браузеров */
}
html>body p.center{margin-bottom:1ex; margin-top:0ex; text-align:center; text-indent:0ex}
html>body p{margin-bottom:1ex; margin-top:0ex; text-align:justify; text-indent:3ex}
html>body, html>body div, html>body p, html>body th, 
html>body td, html>body li, html>body dd {
font-size: small
/* для Opera 5 */


} 

/* End of file */
