

/* Presentation Stylesheet */ 
p {
 margin:0;
 padding: 0 15px;
 color: white;
 font-family: Arial Narrow;
  }

image{
	border-style:outset;
	border-color: black;
	border-width:1px;
      }

 
h3 {
 font-family: Bradley Hand ITC;
 font-weight: Bold;
 color: white;
 margin:0;
 padding:15px;
  }

h4 {
 margin:0; 
 padding: 5px 0;
 }
 

a:link {
	color: white;
	text-decoration: none;
	
}

a:visited {
	color: white;
	text-decoration: none;
	
	
}

a {
	font-family: Arial;
	font-weight: Bold;
}

tr.menu {
	background:black;
}


td.menu {
	background:black;
}

table.menu
{

position:absolute;

visibility:hidden;
z-index:6;

}