/* Заголовки */
h1 { 
	font: 12.0pt verdana, sans-serif;
        font-weight: bold;
        text-align: center;
        text-indent: 0pt;
        color: #000080;
        padding: 5 5 5 5
        }

/* Текст */
p { 
	text-align: left;
        font: 10.0pt verdana, sans-serif;
        text-indent: 0pt;
        color: #000080;
        margin: 0 5 0 30; 
	}


/* Для ссылок */
a:link {
       color: #0000FF;text-decoration:none; 
       }
a:visited {
          color: #003366;text-decoration:none;
          }
a:hover {
        color: #800080; text-decoration:none;
        }
