



BODY {

	background-image:url('themap.gif');	

	scrollbar-face-color: #04B3F7;

      scrollbar-track-color: #ffffff; 

      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;

}
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;
	}



a:link {text-decoration: none; color: darkgreen;}

a:visited {text-decoration: none; color: black;}

a:active {text-decoration: none; color: orange;}





p {

      font-family: Verdana, times new roman, sans-serif;

      font-size: 14px;

      color: #000033;

     margin-left: 15px;

      margin-right: 15px;

      margin-top: 20px;

      margin-bottom: 15px;}



.tab {BORDER: #BBE7F8 1px solid;

}



.th {

	BORDER: #80D9FC 1px solid;

      }

