H1 {
    font-size: 20pt;
    text-align: center;
}
.mydefaultcursor { cursor: pointer; } 
body {
    padding-top: 70px;
    padding-bottom: 30px;
}

.theme-dropdown .dropdown-menu {
    position: static;
    display: block;
    margin-bottom: 20px;
}

.theme-showcase > p > .btn {
    margin: 5px 0;
}

.theme-showcase .navbar .container {
    width: auto;
}
small {
    color: rgb(205, 205, 255);
    font: 10px Arial;

}
small a {
    color: rgb(205, 205, 255);
    font: 10px Arial;
}
small a:link {
    color: rgb(205, 205, 255);
    text-decoration: none; /* Убирает подчеркивание для ссылок */
} 
small a:visited {
    text-decoration: none;
    color: rgb(205, 205, 255);
} 
small a:active { 
    text-decoration: none;
    color: rgb(205, 205, 255);
}
small a:hover {
    text-decoration: underline; /* Делает ссылку подчеркнутой при наведении на нее курсора */
    color: rgb(175, 175, 255);
} 