@charset "UTF-8";
@font-face {
            font-family: 'Slip Text' ;
            src: url('z_lt_sip_text/LTSipText-Black.ttf') format('truetype');
            src: url('z_lt_sip_text/LTSipText-BlackItalic.ttf') format('truetype');
            src: url('z_lt_sip_text/LTSipText-Bold.ttf') format('truetype');
            src: url('z_lt_sip_text/LTSipText-BoldItalic.ttf') format('truetype');
            src: url('z_lt_sip_text/LTSipText-Italic.ttf') format('truetype');
            src: url('z_lt_sip_text/LTSipText-Regular.ttf') format('truetype');
            font-weight: normal;
            font-style: normal;
}

body {
    background-color: rgb(1, 175, 175);
    font-family: 'Courier New', Courier, monospace;
}

h1 {
    color: brown;
    background-color: rgb(51, 255, 0);
    text-decoration: underline;
    text-align: center;
}

p {
    text-align: justify;
}

p#saeasar {
    text-align: center;
}

div {
    margin-left: 72px;
}

li {
    display: inline-block;
    background-color: rgb(127, 149, 221);
    border: 5px solid rgb(229, 255, 0);
    text-align: center;
}

li:hover {
    background-color: rgb(0, 76, 143);
}

li > p {
    display: none;
}

li#gay:hover > p {
    display: block;
    color: rgb(255, 255, 255);
    background-color: blueviolet;
    width: 140px;
}

li.links {
    font-family: 'Slip Text';
}

li:active {
    color: black;
}

a {
    color: rgb(255, 255, 255);
    text-decoration: none;
    font-weight: bolder;
}

a.unique:active {
    color: black;
}

a.unique {
    font: Verdana;
}

