@charset "utf-8";
/* CSS Document */

body {
background-color:#fff155;
color:#000000;
text-align:center;
font-size: 100%; 
font-family: Arial, Helvetica, sans-serif;
}

table {
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:100%;
	text-align:center;
	background-color:#ffcc33;
	margin:auto;
}


a:link {
font-family:verdana,sans-serif;
font-size:11pt;
color:#252612;
text-decoration:underline;
}

a:visited {
font-family:verdana,sans-serif;
font-size:12pt;
color:#0E550B;
text-decoration:underline;
}

a:hover {
font-family:verdana, sans-serif;
font-size:14pt;
color:#EFA1A2;
text-decoration:underline;
}

a:active, a:focus {
font-family:verdana, sans-serif;
font-size:12pt;
color:#d9ef83;
text-decoration:underline;
}

body::-webkit-scrollbar {
  width:19px; /* width of the entire scrollbar */
}

body::-webkit-scrollbar-track {
  background-color:#336601; /* color of the tracking area */
}

body::-webkit-scrollbar-button:single-button {
  background-color:#E0F06D;
  display: block;
  border-style:solid;
  height:16px;
  width:17px;
}

body::-webkit-scrollbar-thumb {
  background-color:#E0F06D; /* color of the scroll thumb */
  border-radius: 5px; /* roundness of the scroll thumb */
  border:4px solid black; /* creates padding around scroll thumb */
  
}



