@charset "utf-8";
/* CSS Document */

h2 {text-align:center;}
p {text-align:justify;}
p span{font-weight:bold;}
p#center {text-align:center; font-size:18px; text-decoration:overline underline; background-color:#CCC;}
p#center2 {text-align:center;}
p#center3 { font-weight:bold;}

#navig {font-family: "Times New Roman", Times, serif; font-size:16px; font-style:italic; font-weight:bold; margin-left:220px; text-align:center;}
#navig a {text-decoration: none;}/* Убирает подчеркивание для ссылок */
#navig a:link {color:#009;}
#navig a:visited {text-decoration: none; color:#009;}
#navig a:hover {text-decoration: none; font-size:18px;}

#spisok1 {list-style-type: square;}
#spisok1 a {text-decoration: none;}/* Убирает подчеркивание для ссылок */
#spisok1 a:link {color:#000;}
#spisok1 a:visited {text-decoration: none; color:#000;}
#spisok1 a:hover {color:#ff0000; padding-left:8px;}