/* This css file can be used for setup style for linuxnotes.org! */

.logo { font-family: "serif";
        font-size: 80px; font-weight: 600;
        font-style: italic; color: #fa8072; }

.frame { border-width: 20px;
        border-bottom-color: #505050;
        border-right-color: #505050;
        border-top-color: #505050;
        border-left-color: #505050; }
   
a.entrance1 { color: #fa8072; text-decoration: none; }
a.entrance1:hover { color: #8d6fd4; text-decoration: none; }

a.entrance2 { color: #b03060; text-decoration: none; }
a.entrance2:hover { color: #8d6fd4; text-decoration: none; }

a.mail {
        color: #cd6090; text-decoration: underline; }
a.mail:hover {
        color: #ffffff; text-decoration: none; }
