html,body,a,hover {
    cursor: url('tinybluearrow.png'), auto;
}

@font-face {
    font-family: 'evernight stargazer';
    src: url('evernightstargazer.ttf') format('truetype');
}

body {
    background: url('blacklace.jpg');
    font-size: 15px;
    font-family: Times New Roman;
    font-variant: small-caps;
    color: #ffffff;
}

#title {
    font-size: 48px;
    font-family: 'evernight stargazer', fantasy;
    color: #00d4ff;
    position: absolute;
    top: 90px;
    left: 50px;
}

h1 {
    font-size: 13px;
    color: #ffffff;
    font-variant: small-caps;
    text-align: center;
    background-color: #090979;
    padding: 0px 0px 0px 2px;
    margin: 3px;
    border-bottom: 1px #6495ED solid;
    border-left: 3px #6495ED solid;
}

h2 {
    font-size: 13px;
    color: #ffffff;
    font-variant: small-caps;
    text-align: right;
    background-color: #090979;
    margin: 0px;
    padding: 0px 20px 0px 3px;
    border-bottom: 1px #6495ED solid;
}

#navi a {
    display: block;
    text-align: left;
    background-color: #000000;
    color: #6495ED;
    padding: 3px 3px 3px 6px;
    border-left: 3px solid #090979;
}

#navi a:hover {
    color: #090979;
    font-style: italic;
    border-left: 3px solid #6495ED;
}

#navi {
    position: absolute;
    left: 50px;
    top: 150px;
    bottom: 30px;
    right: 66px;
    width: 260px;
}

#content {
    width: 1000px;
    background-color: #000000;
    border: 1px #6495ED solid;
    padding: 0px 5px 40px 5px;
    position: absolute;
    text-align: center;
    left: 550px;
    top: 200px;
}

a {
    font-size: 13px;
    text-align: right;
    text-decoration: none;
    color: #666666;
}

a:hover {
    font-size: 13px;
    color: #6495ED;
    text-decoration: none;
}

::selection {
    background: #000000;
    color: #6495ED;
}

strong {
    color: #6495ED;
    font-weight: bold;
}

em {
    color: #6495ED;
    font-style: italic;
}

ins {
    color: #6495ED;
    text-decoration: none;
    border-bottom: 1px solid #ffffff;
}

del {
    color: #ffffff;
    text-decoration: line-through;
    text-decoration-color: #090979;
}