
BODY {
  background-image: url('../images/pageback.gif');
  background-repeat: no-repeat;
  background-attachment: fixed; 
  background-position:  50% 50% ;
  font-size: 13;
  font-family: tahoma;
  color:darkblue;
  scrollbar-face-color: white;
  scrollbar-3dlight-color: white;
  scrollbar-highlight-color: blue;
  scrollbar-shadow-color: blue;
  scrollbar-darkshadow-color: white;
  scrollbar-track-color: white;
  scrollbar-arrow-color: blue
}

TABLE {
  font-size:13;
  font-family:Tahoma;
}


h1 {
	cursor:normal;
	color:DarkBlue;
	background-color:transparent;
	font-family: tahoma;	font-size: 40;	font-weight:bold;
	text-align:center;
	height:2;
	filter:dropshadow(color=#AAAAAA, offx=3, offy=3);
}
h2 {
	cursor:normal;
	color:DarkBlue;
	background-color:transparent;
	font-family: tahoma;	font-size: 20;	font-weight:bold;
	text-align:center;
	height: 2px;
}
h3 {
	cursor:normal;
	color:DarkBlue;
	background-color:transparent;
	font-family: tahoma;	font-size: 15;	font-weight:bold;
	text-align:center;
	height: 2px;
}
h4 {
	cursor:normal;
	color:DarkBlue;
	background-color:transparent;
	font-family: tahoma;	font-size: 13;	font-weight:bold;
	height: 2px;
}

hr {color:darkblue}
