body {
        background-image: url(8.jpg);
        background-color: antiquewhite;
     }

body,table,td,tr,div,p,pre,h1,h2,h3,h4,ul,li 
{/* text font face and color if not link */
 font-family: Verdana, Tahoma, Arial;
}

}

a:hover {
	color: #FF0000;
}


.highlight { /* ERROR highlight color: Color of the name of the invalid field */
	color=#cc0000;  
}


.ta-tblr {
        border-color: navy;
        border-style: double;
	border-width: 3px; 
	background:#e4cdfe;
}
