
 a:link {
  color: #0700c2;
  background-color: transparent;
  text-decoration: none;
  
}

  a:visited {
  color:#0700c2;
  background-color: transparent;
  text-decoration: none;
  }
  
  a:hover {
  color: Orange;
  background-color: transparent;
  text-decoration: underline;
  }
  
  #clock-container{
    
    display: flex;
    margin: 5px 5px;
    border: 3px #ff548a;
     border-radius: 10px;
     border-style:solid;
     color: #0700c2;
     max-width: 130px;
     
     background-image: url('/resources/GIFs/pap12.gif');
     justify-content: center;
     
     
    }
    #clock-time{
      font-size: 1rem;
       font-family: "Bitmap";
       text-align: center;
       margin: 2px;
      }
      
      .container{
   width: 1100px;
   height: 800px;
   margin: 40px auto;
padding: 10px;
justify-content: center;
border: 5px #0700c2;
border-style: solid;
 background-color: bisque;
  font-family: "Bitmap";
  
}


.header{
  background-image: url("/Dividers/hangingstars.gif");
    background-repeat: repeat-x;
width: 100%;
height: 120px;
margin: 10px auto 5px auto;
border: 3px  #ff548a;
border-style: solid;
font-size: 80px;
justify-content: center;
text-align: center;
background-color: #fff4df;
font-family: "Mario-Kart-DS";

}
.main{
float: left;
margin: 5px;
width: 874px;
height: 540px;
overflow-x: hidden;
overflow-y: scroll;

}



.sidebar{

float: left;
margin: 5px;
border: 3px  #ff548a;
border-style: solid;
width: 200px;
height: 650px;
background-color: #fff4df;
overflow-x: hidden;
overflow-y: scroll;
justify-content: center;
}

.mainmid{
  justify-content: center;
 float: left;
width: 350px;
height: 400px;
border: 3px  #ff548a;
border-style: solid;
margin: 5px;
padding: 5px;
background-color: #fff4df;
}

.submid{
  
  justify-content: center;
 float: left;
width: 300px;
height: 187px;
border: 3px  #ff548a;
border-style: solid;
margin: 12px;
background-color: #fff4df;
overflow: hidden;
  
  }
  
  .rightmid{
    
    justify-content: center;
 float: right;
width: 120px;
height: 400px;
border: 3px  #ff548a;
border-style: solid;
margin: 5px;
padding: 5px;
background-color: #fff4df;
    
     }
     
     
     .news{
       
       width: 100%;
       height: 15px;
       background-color: black;
       color: yellow;
       border: 3px black;
         border-style: solid;
       
       }
       
       
       .news-img{
         width: 100%;
         height: 90%;
         display: block;
         
         
         
         
         }

.mid{
  
  float: left;
width: 255px;
height: 200px;
border: 3px  #ff548a;
border-style: solid;
margin: 5px;
padding: 5px;
overflow-x: hidden;
overflow-y: scroll;
  background-color: #fff4df;
  
  }
  .midsticky{
        background-image: url('/resources/GIFs/fondo_purplestars.gif');
       position: relative;
       top: 0%;
       border:3px pink;
       border-radius:inherit;
       border-style:inherit ;
       margin: 5px 5px 10px;
       float: left;
       width: 96%;
       min-width: 120px;
       background-color: white;
       text-align: center;
       
       }

.marquee-box{
float: left;
width: 97%;
height: 60px;
border: 3px  #ff548a;
border-style: solid;
margin: 5px;
padding: 5px;
background-color: #fff4df;
flex-wrap: wrap;



}

.nav{
min-height: 70px;
width: 100px;
border: 3px solid #ff548a;
font-family: "Mario-Kart-DS";
font-size: 15px;
display: flex;
flex-direction: column;
margin: 3px 20px;
padding: 3px;
text-align: center;
justify-content: center;
background-color: #fff4df;
}


.footer{

text-align: center;
width: 79%;
height: 100px;
margin: 5px auto 5px auto;
border: 3px  #ff548a;
border-style: solid;
bottom: 20;
float: right;
background-color: #fff4df;


}


.table{
background-image: url("/resources/Dividers/hangingstars.gif");
    background-repeat: repeat-x;
border: 3px hotpink;
border-style: solid;
font-size: 20px;
width: 97%;
margin: 5px;
text-align: center;

background-color: floralwhite;
}
    
    .img{
      
      position: fixed;
      width: 150px;
      height: auto;
      display: block;
      
      }
      
      
  .side-obj{
    
    width: 88%;
    margin: 5px;
    min-height: 20px;
    border: 3px hotpink;
border-style: solid;
background-color: floralwhite;
justify-content: center;
padding: 5px;
    
    
    }   
    
    
    .marq-img{
      
      width: 105px;
      height: auto;
      margin: 5px;
      
      
      }
      
      .imgofweek{
        
        height: 75%;
        width: 100%;
        display: block;
        
        }
        
        .normimg{
          height: auto;
        width: 100%;
        display: block;}



body{

 
  background-image: url("/resources/GIFs/Tiles_TP3.gif"), url("/resources/Images/Perma-bg.png");
  font-family: "dreamwish"; 
font-family: "ADDSBP__.TTF";
   font-family: "Mario-Kart-DS";
   color: #0700c2;
    
   
   }
   