

BODY {
	background-color: #04B3F7;
	scrollbar-face-color: #04B3F7;
      scrollbar-track-color: #000000; 
      scrollbar-arrow-color: pink;
      scrollbar-shadow-color: #80D9FC;
      SCROLLBAR-HIGHLIGHT-COLOR: #04B3F7;
      scrollbar-3dlight-color: yellow;
      scrollbar-darkshadow-color: gold;
      margin-top: 0px;
      margin-left: 0px;
      margin-bottom: 0px;
	A:link {color: #990000; text-decoration:none;}
	A:active {color: pink; text-decoration:none;}
	A:visited {color: grey; text-decoration:none;}
}
body::-webkit-scrollbar{
		width:12px;
		background-color:#e31ccd;
	}
body::-webkit-scrollbar:horizontal{
		height:12px;
	}
body::-webkit-scrollbar-track{
		border:1px #787878 solid;
		border-radius:10px;
		-webkit-box-shadow:0 0 6px #c8c8c8 inset;
	}
body::-webkit-scrollbar-thumb{
		background-color:#d4ae1c;
		border:1px solid #000000;
		border-radius:16px;
	}
body::-webkit-scrollbar-thumb:hover{
		background-color:#b680e9;
		border:1px solid #e1a2e6;
	}
body::-webkit-scrollbar-thumb:active{
		background-color:#7e1bc7;
		border:1px solid #e31c3e;
	}


p {
      font-family: Verdana, times new roman, sans-serif;
      font-size: 14px;
      color: #000000;
     margin-left: 15px;
      margin-right: 15px;
      margin-top: 20px;
      margin-bottom: 15px;}

.tab {BORDER: #BBE7F8 1px solid;
}

.th {
	BORDER: #80D9FC 1px solid;
      }
#mybox {  width: 700px;  margin-left: auto;  margin-right: auto; border: 2px solid #000099;  background-color: #ff0000;  color: #000000;  padding: 0 20px 0 20px;  text-align: left;}