body {
  margin: 0;
  font-family: arial;
  font-size: 11;
  color: black;
  background: #EEEEDD;
}
:link { color: #00C; background: transparent }
:visited { color: #609; background: transparent }
a:active { color: #C00; background: transparent }

th, td { /* ns 4 */
  font-family: arial;
  font-size: 12;
}

.caption {
  font-size: 11;  
}

A:link, A:visited, A:active 
	{ color: darkred;
	  text-decoration: none;}
A:hover 
	{ text-decoration: underline; }

.textarea {
  font-family: verdana;
}

#divBlur
 {
	position:         absolute;
	width:            170px;
	height:           107px;
	left:             50%;
	top:              85px;
 	z-index:          0;
 	background-color: transparent;
	margin-left:      -112px;
	margin-top:       0px;
 }
 
 #divBlur2
  {
 	position:         absolute;
 	width:            136px;
 	height:           79px;
 	left:             50%;
 	top:              2px;
  	z-index:          0;
  	background-color: transparent;
 	margin-left:      -349px;
 	margin-top:       0px;
 }