﻿body{ background-image: url(images/gradient3.png);
	background-repeat: repeat-x; 
	color: blue;
	} 
p { color: blue; } 
td{
	color: blue; }
	
}
h3{ color: white; }
.tip {
  border:  none;
  padding: 1px;
  font-family: Arial,Helvetica,sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size-adjust: none;
  font-stretch: normal;
  position: absolute;
  z-index: 100;
  visibility: hidden;
  top: 20px;
  left: 90px;
  font-size: 14pt;
  line-height: 20px;
  background-color: white;
  color: black;
  width: 540px;
}

