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


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

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


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

a:visited {
font-family:verdana,sans-serif;
font-size:12pt;
color:#40c8ad;
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:20px; /* width of the entire scrollbar */
}

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

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

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

