body {
            font-family: trebuchet ms;
            font-size: 12;
            color: #000000;
            background-color: ;
            background-image: url('https://64.media.tumblr.com/e8a77850d41fd4614cce2fa270921204/8da189cbaa75e161-07/s2048x3072/81a7c44d676c1972eff4ce830765711f6a9306e7.png');
            background-size:cover;
            background-attachment:fixed;
            word-wrap: break-word;
            margin: 0;
			overflow-x: hidden;
        }
        
        a {
            color: #213758;
            text-decoration: underline;
        }
        
        a:hover {
            color: #fe3b80;
        }
        
        
        .media {
            text-align: center;
        }
        
        img {
            max-width: 100%;
            
        }
        

        
        
        .media img {
            width: 100%;
        }
        
        
        .sideimg img {
            width: 100%;
        }
        

        
        #sidebar {
            width: 250px;
            height: 100%;
            min-width: 200px;
            top:0;
            position: fixed;
            border-right: 5px ridge ;
            padding: 5px;
            margin: 0;
            box-sizing: border-box;
            text-align: center;
            overflow: auto;
            background-image: url('https://64.media.tumblr.com/1b8191e4063c57adf28b654be8d4049d/8da189cbaa75e161-ba/s2048x3072/b1f07599cf92d9271e86f582b866370881877539.png');
            background-attachment: local;
            background-size:cover;
            
            
        }
        #sidebar .sideimg img, .media img {
            max-width: 80%;
            margin: auto;
            display: block;
        }
        
        .sideimg {
            padding: 5px;
        }
        

        
        #content {
  margin: 50px auto 50px auto;
  max-width: 600px;
  width: 75%;
  min-width: 250px;
  height: 600px;
  background-color: white;
        }
        

#box {
margin: 50px auto 50px auto;
  max-width: 900px;
  min-width: 250px;
  height: 900px;
  background-color: white;
  font-family: trebuchet ms;
            font-size: 18px;
            color: #000000;
            padding: 15px;
            margin-top: 25px;
            word-wrap: break-word;
        }
        



        
        .links {
            text-align: center;
        }
        




        
        table#navtable a {
            color: #6154c4;
        }
        
        table#navtable a:hover {
            color: #d969c3;
        }
        
        p#custom_box {
            text-align: center;
            color: ;
        }
        
        p#custom_box a {
            color: ;
        }
        
        p#custom_box a:hover {
            color: ;
        }
        
