body {
    background-image: url("images/tokyo_by_night1.jpg");
    background-repeat: no-repeat;
    background-position: top;
    background-attachment: fixed;
    background-size: cover;
    font-family: Tahoma, Verdana, sans serif;
    font-size:16px;
    color:white;
    
    
}

.contents {
    margin-left:auto;
    margin-right:auto;
    margin-top: 10px;
    margin-bottom: 10px;
    max-width: 1000px;
    background-color: rgba(4, 0, 39, 0.91);
    padding: 10px;
    
}

.pagetitle {
    color: #ff00d7;
    text-shadow: 2px 2px 5px #b30097;
    border: 2px solid ;
    /*border-radius: 12px;*/
    padding: 3px;
    box-sizing: border-box;
    font-size:30px;
    text-align: center;
    
}

.divider {
    height:18px;
    overflow:hidden;
    text-align: center;
}

.wrapper {
    margin-top: 0px;
    padding-bottom: 0px;
}

.column {
    float: left;
}

.left {
    width: 25%;
    box-sizing: border-box;
}

.middle {
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
    box-sizing: border-box;
}

.right {
    width: 25%;
    box-sizing: border-box;
}

.textbox {
    border: 2px solid #9991ff;
    padding: 10px; 
    overflow: auto;
    margin-top:5px;
    margin-bottom:5px;
    scrollbar-color: #b30097 #9991ff;
    scrollbar-width:thin;
    background-color: rgba(0, 38, 255, 0.12);
}


ul {
    list-style-type: none;
    margin:0px;
    padding: 0;
    width: 100%;
}


li a {
    display: block;
    padding: 10px;

    text-decoration: none;
    color:white;
}

li a:hover {
    background-color: #4d00a9;
    color: white;
}

.fotoblog {
    padding:5px;
}

.navtitle {
    font-size:20px;
    text-shadow: 2px 2px 5px #7a6fff;
    color:#9991ff;
}

.othertitle {
    font-size:18px;
    text-shadow: 2px 2px 5px #7a6fff;
    color:#9991ff;
}

.definitiontitle {
    font-size:18px;
    text-shadow: 2px 2px 5px #4839ff;
    color:#9991ff;
}

.verhalen {
    border: 2px solid #9991ff;
    padding: 10px; 
    overflow: auto;
    margin-bottom:5px;
    scrollbar-color: #b30097 #9991ff;
    scrollbar-width:thin;
    text-align: center;
    font-size: 18px;
    background-color: rgba(211, 0, 114, 0.37);
    
}

.verhnav {
    margin:10px 0px 0px 0px;
}

.verhtitle {
    font-size:22px;
    text-shadow: 2px 2px 5px #7a6fff;
    color:#9991ff;
    padding:10px;
}
.verhaallink {
    margin:6px 0px;
    background-color: rgba(150, 0, 211, 0.37);
    padding: 8px;
}

.verhaalmenu {
    float: left; 
    width:150px; 
    text-align: center;
}

.desktop {
    max-width:250px;
    overflow:hidden;
    height:38px;
    background-image: url("blinkies/blib/desktop_large2.gif");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.blinkie {
    max-width:250px;
    padding-top:2px;
}

