html {
  scrollbar-color: #DAA520 #CD853F; 
  scrollbar-width: auto;  
  max-width: 100%;
  overflow-x: hidden;          
  }

body {
  background-color: green;
  background-image: url('https://lilstarlight.x02.me/i/NP65SC.gif'), url('https://lilstarlight.x02.me/i/ZWVYBK.gif');
  cursor: url("https://lilstarlight.x02.me/i/NPKZX3.png"), auto;
  background-repeat: repeat-x, no-repeat;
  background-size: auto, cover;
  background-position: bottom center;
  max-width: 100%;
  overflow-x: hidden;
}

div.transp {
	margin: 0px;
	padding: 2px;
	background-color: rgba(255, 255, 255, 0.8);
}
table {
  width: 1000px;
}

td {
	padding: 4px;
	vertical-align: top;
}

.center{
	margin-left: auto;
	margin-right: auto;
}

@font-face {
  font-family: 'ooohbaby-font';
  src: url(fonts/Oooh_Baby/ooohbaby-regular-webfont.woff) format('woff');
  font-weight: normal;
  font-style: normal;
}

p {
	color: seagreen;
	font-family: 'ooohbaby-font';
	font-size: 23px;
}

h1 {
	color: darkgreen;
	background-color: none;
	font-family: 'ooohbaby-font';
	font-size: 60px;
	font-weight: bold;
}

h2 {
	color: black;
	background-color: none;
	font-family: 'ooohbaby-font';
	font-size: 40px;
	font-weight: bold;
}

h3 {
	color: mediumseagreen;
	font-family: 'ooohbaby-font';
	font-size: 30px;
	font-weight: bold;
	vertical-align: top;
}

h5 {
	color: darkgreen;
	font-family: 'ooohbaby-font';
	font-size: 15px;
	font-weight: bold;
	vertical-align: top;
}

a {
  cursor: url('https://lilstarlight.x02.me/i/8SQB6.png'), pointer;
}

a:link {
	color: darkgreen;
	font-family: 'ooohbaby-font';
	font-size: 25px;
	font-weight: bold;
	text-decoration: none;

}
a:visited {
	color:darkgreen;
	font-family: 'ooohbaby-font';
	font-size: 25px;
	font-weight: bold;
	text-decoration: none;


}
a:hover{
	color:orange;
	font-family: 'ooohbaby-font';
	font-size: 25px;
	text-decoration: underline;
}
a:active{
	color:yellow;
	font-family: 'ooohbaby-font';
	font-size: 35px;
	text-decoration: underline;

}




