html{
    background-color: black;
    background-image: linear-gradient(135deg, #330033, #003333); 
    background-position: center center;
    background-attachment: fixed;
}
body{
    padding: 20px;
    font-family: monospace;
}
body,a,a:visited{
    color: white;
}
td.indexcolname a{
    display: inline-block;
}
td.indexcolname a:hover,
td.indexcolname a:focus,
td.indexcolname a:active{
    background-color: white;
    color: black;
    font-weight: bold;
    font-style: italic;
    border-radius: 5px;
}
h1, h2, h3, h4, h5, h6{
    font-family: Times New Roman, Times, Serif;
    margin-top: 0px;
}
#indextitle, body>h1{
    margin-left: 20px;
    margin-bottom: 0;
}
#indextitle:before{
    content: " ";
    white-space: pre;
    display: block;
/*
    background-image: linear-gradient(179deg, red,orange,yellow,green,blue,indigo,violet);
*/
    background-image: url('/GoMe-banner_med.jpg');
    background-size:100%;
    width:777px;
    height:137px;
    margin-left: -10px;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-bottom: 5px;
    border: 5px ridge white;
    font-family: Verdana, Geneva, Sans-Serif;
    color: black;
    text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
}
table{
    margin-left: 20px;
}
th+th+th,
td+td+td{
    padding-left: 25px;
}
