
a:link{
    text-decoration: underline;
    color: silver;
}

a:visited{
    text-decoration: underline;
    color: silver;
}

a:active{
    text-decoration: underline;
    color: silver;
}

a:hover{
    text-decoration: underline;
    color: silver;
}

a.navigation{
    font-size: 14px;
    font-family: sans-serif;
    margin-top: 5px;
    padding-top: 2px;
}

a#info{
    color:red;
    text-decoration: none;
}

.rind{
    font-family: serif;
    font-size: 50px;
}

p.text{
    font-family: serif;
    font-size: 14px;
}

#picked{
    position: absolute;
    margin-top: 150px;
    margin-left: 70px;
    margin-right: auto;
    width: 700px;
    text-align: right;
}

#navigation{
    position: absolute;
    margin-left: 800px;
    width: auto;
    margin-right: 0px;
    padding-left: 5px;
    border-left: solid 1px black;
    /*height: 600px;*/
        /*border: solid 1px black;*/
}

.basho{
    font-family: monospace;
    font-size: 40px;
    font-weight: bold;
}

#basho{
    font-family: monospace;
    color:gray;
    margin-top: -7px;
}

