* {
cursor: url(https://cur.cursors-4u.net/cursors/cur-9/cur269.cur), auto !important;
} 

body{
background-color: #646b2f;
background-image: url('space.jpg');
color: #363538;
}
 
#all{
background-color: #ccc;
width: 700px;
float: inherit;
margin: 0 auto;
font-size: 12px;
font-family: 'Times New Roman', serif;
}
 
#side{
background-color: #fff;
float: left;
width: 140px;
text-align: center;

}


 
#sidepadding{
padding: 10px 10px 8px 8px;
}
 
.sideimgholder{
display: flex;
justify-content: center;
align-items: center;
opacity: 0.9;
}
 
#sideimg{
width: 125px;
}
 
#nav{
font-size: 16px;
width: 125px;
text-align: center;
padding: 5px 0px 5px 0px;
}
 
ul{
margin:0px;
margin-right: 0px;
padding-left: 0px;
width: 125px;
-webkit-column-count: 1;
-moz-column-count: 1;
column-count: 1;
}
 
li{
display: inline;
float: center;
}


 
#sidecontent{
font-size: 13px;
width: 125px;
}
 
.divider{
border-top: 1px dotted #7A787D;
}
 
#main{
background-color: #fff;
float: right;
width: 550px;
}
 
.subheaders{
margin: 0px;
font-weight: normal;
letter-spacing: 1px;
font-size: 16px;
line-height: 18px;
color: #fff;
background-color: #7A787D;
}

.entryheaders{
margin-top: 5px;
margin-bottom: 5px;
font-weight: normal;
letter-spacing: 1px;
font-size: 16px;
line-height: 18px;
text-align: right;
color: #fff;
background-color: #5AA611;
}
 
.maincontent{
padding: 0px 5px 5px 5px;
text-align: left;
font-size: 12px;
letter-spacing: 1px;
}
 
a{
text-decoration: none;
color: #510870;
}
 
a:visited{
color: #510870;
}
 
a:hover{
font-style: italic;
}
 
a:active{
font-weight: bold;
}
 
::-webkit-scrollbar{
width: 8px; 
}
 
::-webkit-scrollbar-track{
background-color: transparent;
}
 
::-webkit-scrollbar-thumb{
background-color: #7A787D;
}
 