/* basic elements */

body {
		/*	background-color:#cccc99;		/* light olive */
			  background-color:#666633;	 /* very dark olive */
			/*  background-color:#999966;	 /* dark olive -good */
		/*	background-color:#FFFFaa;	/* a darker shade of pale yellow */ 
		/*	background-color:#FFFFCC;	/* pale yellow */  
  		}

h2		{
			color:#333300;
			font-style:italic;
			font-weight:bold;
			font-family:Papyrus,cursive;
			}

h3		{
			color:#333300;
			font-style:italic;
			font-weight:bold;
			font-family:Papyrus,Tahoma, Arial;
			}
			
h4		{
			color:#333300;
			font-style:italic;
			font-weight:bold;
			font-family:Papyrus, Tahoma, Arial;
			}
			
h4.tophdng
			{
			color:#333300;
			font-style:cursive;
			font-weight:bold;
			font-family:Papyrus,Tahoma, Arial;
      padding-top: 12px;
			}
			
h5	{
		color:#333300;
		font-style:normal;
		font-weight:bold;
		font-family:Tahoma, Arial;
		}
					
td	{			
		border-width:4px;
		border-color:#999966;  /* dark olive */
		}			


td.body{			
		padding:10px;
		border-width:4px;
		border-color:#999966;  /* dark olive */
	}
	
p		{
			color:#333300;
			font-style:cursive;
			font-weight:normal;
			font-family:Calibri, Tahoma, Arial;	
		}
											
li 	{
			color:#666600;
			font-family: Times New Roman, Tahoma, Arial;
			font-size:10pt;
			font-style:italic;
			font-weight:bold;      /* not working in firefox */
		}
			
a:link{
					font-weight:bold; 
					text-decoration:underline; 
					color:#330000;
					}	<!--  -->
					
a:visited{
					font-weight:bold; 
					text-decoration:underline; 
					color:#000066;
					}	<!-- darkestblue -->
					
a:focus{
					font-weight:bold; 
					text-decoration:underline; 
					color:#0000cc;
				} <!-- darkblue -->

a:hover{
			text-decoration:underline; 
			color:#0000cc;
			}	<!-- darkblue -->
					
a:active{
					text-decoration:underline; 
					color:#0000cc;
					}	<!-- darkblue -->
								

/* specific */
		
table.biggest 
					{								/* Internet Explorer recognizes this, Mozilla doesn't */
					border-width:10px;
					border-style:solid;
					border-color:#CCCC99;
					background-color:#FFFFBB;    /* a darker pale yellow */
				  }														/* easy to read */
					


