/* this is my custom CSS for index.php */

/* Активные пункты меню */
/* главное */
#index1 {
    text-decoration: none;
    color: #428BCA;
    font-weight: 600;
}
/* дополнительное */
#index2 {
    border: dotted #ffffff 1px;
}