
.dancer {
  left: 40;
  top: 150; 
  color: black;
  position: absolute;
  visibility: visible;
  display: block;
  z-order: 2;
}

body {
  font-family: 			Arial, Helvetica;
  font-weight: 			normal;
  font-size: 			11pt;
  color: 			black;
  scrollbar-face-color: 	#bac4cd;		/*#d56565;*/
  scrollbar-arrow-color:  	#8a9298;
  scrollbar-highlight-color: 	#8a9298;			/*left  border */
  scrollbar-shadow-color: 	#8a9298;  		/*right border */
  scrollbar-3dlight-color: 	#bac4cd;
  scrollbar-track-color: 	#bac4cd;		/*track*/
  scrollbar-darkshadow-color: 	#bac4cd;
/*  background-image: 		url(img/vladbg.jpg); */
  background-color:		#bac4cd;		/*bac4cd*/
}


.resources {
  color: 		gray;
  font-family: 		Arial, Helvetica;
  font-weight: 		bold;
  font-size: 		10pt;
  text-decoration: 	none;
 }
.normal {
  color: 		white;
  font-family: 		Arial, Helvetica;
  font-weight: 		normal;
  font-size: 		10pt;
  text-decoration: 	normal;
 }
.normal2 {
  color: 		white;
  font-family: 		Arial, Helvetica;
  font-weight: 		normal;
  font-size: 		10pt;
  text-decoration: 	normal;
 }

.label {
   color: 		#324d74;
   font-family: 	Arial, Helvetica;
   font-weight: 	bold;
   font-size: 		15pt;
   text-align:		right;
   text-decoration: 	normal;
 }

.new {
  color: 		black;
  font-family:		Arial, Helvetica;
  font-weight:		normal;
  font-size:		12pt;
  text-decoration: 	none;
}
 
 .menu a:visited {
   color: 		#44669d;
   font-family: 	Arial, Helvetica;
   font-weight: 	bold;
   font-size: 		8pt;
   font-color:		#44669d;
   text-decoration: 	none;
  }
 .menu a:active {
   color: 		#44669d;
   font-family: 	Arial, Helvetica;
   font-weight: 	bold;
   font-size: 		8pt;
   font-color:		#44669d;
   text-decoration: 	none;
  } 
 .menu a:link {
   color: 		#44669d;
   font-family: 	Arial, Helvetica;
   font-weight: 	bold;
   font-size: 		8pt;
   font-color:		#44669d;
   text-decoration: 	none;
  }
 .menu a:hover {
   color: 		#44669d;
   font-family: 	Arial, Helvetica;
   font-weight: 	bold;
   font-size: 		8pt;
   font-color:		#44669d;
   text-decoration: 	underline;
 }

 
a:visited {
  color: 		#bac4cd;
  font-family: 		Arial, Helvetica;
  font-weight: 		normal;
  font-size: 		10pt;
  text-decoration: 	underline;
 }
a:active {
  color: 		#bac4cd;
  font-family: 		Arial, Helvetica;
  font-weight: 		normal;
  font-size: 		10pt;
  text-decoration: 	underline;
 } 
a:link {
  color: 		#bac4cd;
  font-family: 		Arial, Helvetica;
  font-weight: 		normal;
  font-size: 		10pt;
  text-decoration: 	underline;
 }
a:hover {
  color: 		#bac4cd;
  font-family: 		Arial, Helvetica;
  font-weight: 		normal;
  font-size: 		10pt;
  text-decoration: 	none;
 }
 
H1, H2, H3, H4, H5 { 
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 16;
 font-weight: bold;
 color: black;
 }
 