

a:link {
  color: steelblue;
  background-color: transparent;
  text-decoration: none;
  
}

  a:visited {
  color: steelblue;
  background-color: transparent;
  text-decoration: none;
  }
  
  a:hover {
  color: deeppink;
  background-color: transparent;
  text-decoration: underline;
  }

.container{
font-family: "Bitmap";
margin-left: auto;
margin-right: auto;
justify-content: center;
min-width: 100%;
min-height: 100px;	
}


.main{
  
margin-top: 70px;
margin-left: auto;
margin-right: auto;
max-width: 1000px;
min-width: 500px;
min-height: 800px;
border: 5px #0700c2;
border-style: solid;
background-color: bisque;


}

.default{


margin: 5px;
border: 3px darkslateblue;
border-style: solid;
background-color: pink;
float: left;
overflow-x: hidden;
overflow-y: scroll;
padding: 5px;


}
.head{
  background-image: url("/resources/Dividers/hangingstars.gif");
    background-repeat: repeat-x;
  font-family: "Mario-Kart-DS";
margin: 7px 6px;
border: 3px hotpink;
border-style: solid;
width: 98%;
max-height: 100px;
text-align: center;
justify-content: center;
font-size: 20px;
background-color: floralwhite;

}


.mainmid{
  background-image: url("/Dividers/hangingstars.gif");
    background-repeat: repeat-x;

max-width: 360px;
max-height: 300px;

margin: 5px;
border: 3px darkslateblue;
border-style: solid;
background-color: lightyellow;
float: left;
overflow-x: hidden;
overflow-y: scroll;
padding: 5px;

}


.mainfoot{
background-image: url("/resources/Dividers/hangingstars.gif");
    background-repeat: repeat-x;
margin: 5px;
max-width: 745px;
max-height: 325px;
border: 3px darkslateblue;
border-style: solid;
background-color: lightyellow;
float: left;
overflow-x: hidden;
overflow-y: scroll;
padding: 5px;



}


.mid{
  background-image: url("/resources/Dividers/hangingstars.gif");
    background-repeat: repeat-x;
text-align: center;
margin: 5px 0;
padding: 10px;
max-width: 200px;
max-height: 415px;
border: 3px hotpink;
border-style: solid;
background-color: floralwhite;
float: left;
overflow-x: hidden;
overflow-y: scroll;

}

.side{

padding: 5px;
margin: 5px;
max-width: 200px;
max-height: 650px;
border: 3px darkslateblue;
border-style: solid;
background-color: lightyellow;
float: left;
overflow: hidden;



}


.me{

width: 50%;
height: auto;
float: right;
display: block;

}

.table{
background-image: url("/resources/Dividers/hangingstars.gif");
    background-repeat: repeat-x;
border: 3px hotpink;
border-style: solid;
font-size: 20px;
width: 100%;
text-align: center;
position: sticky;
top: 0;
background-color: floralwhite;
}

.title{
  
   font-family: "Mario-Kart-DS";
   text-align: center;
  
  }
  
  



body{
  color: #0700c2;
   font-family: "dreamwish"; 
font-family: "ADDSBP__.TTF";
   font-family: "Mario-Kart-DS";
font-family: courier;
background-color: hotpink;
background-image: url("/resources/GIFs/Tiles_TP3.gif"), url("/resources/Images/Perma-bg.png");
 

}


