BODY	 { font-family: "times new roman", serif;
			background-image: url(images/za2.jpg);
/*			background: #FF8844 url(numbers/numerol.gif) no-repeat left center fixed;*/
			color: #FFD700;
			scrollbar-arrow-color: #FFD700;
			scrollbar-base-color: #AA5419;
	  		}

div	     { font-size: medium;
			font-weight: normal;
            color: #FFE4C4;
            }

strong   {  font-size: large;
			font-weight: bold;
		 	COLOR: #FFD700;
			font-family: "times new roman", serif;
			}

ul 	     { font-size: medium;
            font-weight: normal;
            color: #FFE4C4;
            }

td 	     { font-size: large;
			font-weight: normal;
			color: #FFD700;
			font-family: Arial, Verdana, Helvetica, sans-serif;
             }

.i 	     { font-size: large;
			font-weight: normal;
			color: #FFD700;
			font-family: "times new roman", serif;
            }             
            
.red5     { font-family: "times new roman", serif;
            font-size: large;
            font-weight: normal;
            color: #FFD700;
            }
.gold6u    { font-family: Arial, Verdana, Helvetica, sans-serif;
            font-size: x-large;
            font-weight: bold;
            color: #FFD700;
            text-decoration: underline;
            }

/* xx-small | x-small | small | medium | large | x-large | xx-large */

.wood73    {border-style: outset; border-color: #AA5419; border-width: thick; width: 73px;}

/* [ none | dotted | dashed | solid | double | groove | ridge | inset | outset ] */

input  {  /* Fancy borders all around */
			background-color: #F0D4A0;
			border-color: #A80000;
			border-width: 3px;
			border-style: ridge;
		  /* Slightly large, thin reddish text in a serif font; aligned on center */
			color: #FF0000;
		    font-size: 1.0em;
			font-weight: bold;
			font-family: serif;
			}
textarea	{  /* Fancy borders all around */
			background-color: #F0D4A0;
			border-color: #A80000;
			border-width: 3px;
			border-style: ridge;
		  /* Slightly large, thin reddish text in a serif font; aligned on center */
			color: #FF0000;
		    font-size: 1.0em;
			font-weight: bold;
			font-family: serif;
			}

A:link, A:visited, A:active { text-decoration: none;
							  color: #FFD700;
							  }


